Hi
I am useing Lazarus and a odbc connection to connect to a MS Access database
I connect fine and get all records displayed in a dbgrid .
My problem is to get the changes written back to the db.
When i try to write the data back to the db I get the error :
DBConnection: No update query specified and failed to generate one.
I do the changes in the dbgrid and do a SQLQuery1.ApplyUpdates;
Please help
Thanks