Donovan

>
> But isnt a TTable merely a SQL statement with no WHERE clause??
>

Though you could consider a TTable as 'Select * from TableName Order By
IndexFields' It is not
It connects at a ISAM level and therefore you lose some of the portability
that you have in a query
(ie if you redefine the index the table don't work) - In the worst case of
this I saw was Titan software for Scalable SQL
in their imp the TQuery connected to the Scalable SQL server their TTable
connected to the Btrieve server (the base isam engine for Scalable SQL)

Regards

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to