CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Posts
    45

    ADO Microsoft Data grid control

    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.





  2. #2
    Join Date
    Jan 2000
    Posts
    9

    Re: ADO Microsoft Data grid control

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured