Using Delphi 3 under Windows NT
I have a DBgrid, dataset etc.. on a form connecting to a SQL server. Everything works fine up until data is posted from the dataset to the database, either with an explicit call to post or with an insert. AT this point I get a runtime error of
"EBDEngine Exception - Record/Key deleted"
The information is posted to the db and is available when the application is restarted, but obviously, I'd kinda prefer it not to crash out every time new data is posted.
Does anyone have any ideas on what is going on here and how I can fix it.
Thanks
I have a DBgrid, dataset etc.. on a form connecting to a SQL server. Everything works fine up until data is posted from the dataset to the database, either with an explicit call to post or with an insert. AT this point I get a runtime error of
"EBDEngine Exception - Record/Key deleted"
The information is posted to the db and is available when the application is restarted, but obviously, I'd kinda prefer it not to crash out every time new data is posted.
Does anyone have any ideas on what is going on here and how I can fix it.
Thanks