Results 1 to 10 of 10

Thread: update error RESOLVED

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    update error RESOLVED

    "Either BOF or EOF is True, or the current record has been deleted.REquested operation requires a current record"

    i have a datagrid...when i am testing the update option it seems to no longer be wrking. Basically i can a new row to the datagrid and want to save that....

    i rs.addNew until the rs.RecordCounter = length off datagrid then
    i copy what is in the 1st row of the datagrid to the rs and then rs.Update
    rs.MoveNext until i copy them all.... but now it just gives me the above error after copying the 1st row
    Last edited by pame1la; Apr 5th, 2005 at 10:46 AM.

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