Click to See Complete Forum and Search --> : ADO Microsoft Data grid control


Kathy
January 31st, 2000, 09:09 AM
Hi ,
Any one know what this message means:
"The specified row could not be located for updating.
Some values may have been changed since it was last read"

All I did was loading data to the grid, and try to update 1 of the rows.

nsundara
January 31st, 2000, 09:30 AM
Hi Kathy!

It means that two users are simultaneously trying to update the same record. Please check the way you are opening your recordset. Sometimes, even if it is opened in the right mode, it does create problems. The easiest way to solve the problem is by coding a specific error-handling routine for such an eventuality.