Hi. I'm starting to use clientdatasets after years with Zeos DBO and I'm facing some difficulties. I created a TSQLConnection, a TSqlDataset as a ctTable, a TDatasetProvider and a TClientdataset. I populated the clientdataset and tried an ApplyUpdates(0) to insert the records. But I'm getting a "cannot modify a read-only dataset' message. Updates with sqlconnection.executedirect work perfectly. Changing the TSqlDataset to a TSqlTable didn't help.
I'm using Delphi 2007 Professional with MySQL 4.1.9.
Any ideas?
TIA.