Results 1 to 3 of 3

Thread: Chaning a recordset when using ADO

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    14
    I have a simple program that goes through recordsets in a MDB. I have not created the database object using code. I have created it using only the ADO control properties.
    All the fields in the database are presented in seperate text boxes. The problem I am haveing is that when I browse the database and then change the current record being displayed I get an error # -2147217864 I looked at the error number in help but it doesnt really tell me how i can work around this. It has something to do with the record being changed since it was last read. How can I change a record with out getting this error? Remember, I am using the ADO control properties if that helps.

    Please help.

    Thanks.

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    What is the exact error message that you are getting?

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    14

    Thanks for the Reply

    Hi thanks for the reply.

    The exact error message is:

    Run-Time error '-2147217864

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




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