Hi,
(Using Delphi 2 and Sybase SQL Anywhere 5.02)
I learned that in order to be able to modify the query results
from within a DBGrid, the query must return a live set.
I also learned that a live set is obtained by :
1 - using the open method of the TQuery
2 - having a query refering to only one table
This is what I am doing... However, I have in my DBGrid a lookup
field which is working fine into the DBGrid but does not post
the changes to the database...
Am I missing something here? Any help appreciated.
Regards,
Sylvain.