A app I am working on has a field called Update which I can't change
because the database is shared with other apps. How can i make the query
'select {field}, update from {table}' work? It returns invalid use of
keywork update. I tried 'select {field}, "update" from {table}' but that
just populates the field update with update on every row.

Any Ideas? 

James  


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

Reply via email to