BDE 2.5 (16bit) ODBC multiple connects

Quote
Jim Carpenter wrote:

> I have found ODBC and TTable to not compatible on an AS400/DB2 database. I am
> thinking TTable and ODBC are not compatible in general. Use TQuery

In an SQL environment, a "TTable" is essentially a refinement of TQuery
that is designed to make queries look more like Paradox tables.  But the
result is not very satisfactory from a performance standpoint.  If you
have an ODBC-spy utility you can see what I mean.  You definitely want
to use TQuery, instead.