PDA

Click to See Complete Forum and Search --> : DataGrid Updates


fowlerjp
Mar 18th, 2000, 01:17 AM
Ok I am new to DB programming. I am using ADO with a connection to an Access 2000 MDB. Everything is going fine except the Data Grid when two people change the same value before the values get refreshed. Here is the message I get:

“The specified row could not be located for updating: Some values may have been changed since it was last read.”

Now I can deal with record errors and updates in other areas with data bound fields but I can’t seam to nail the Data Grid down.

Any help would be appreciated.
Thanks

pardede
Mar 19th, 2000, 03:09 PM
If you're using DBGrid control then use it's error event to catch the error.