Guest_imported
New member
- Jan 1, 1970
- 0
I am using an Access 97 database via ADO (TADODataset or TADOTable). When I attempt to update the fieldvalue, I get a message about 'database not in edit or insert mode'.
The connection is on the main form, and my app is shown in a frame on the main form. One app works fine and the latest one (currently under development) is using similar techniques but gets the error. When the dataset opens (in the afteropen method), canModify is true.
Thanks!
The connection is on the main form, and my app is shown in a frame on the main form. One app works fine and the latest one (currently under development) is using similar techniques but gets the error. When the dataset opens (in the afteropen method), canModify is true.
Thanks!