|
-
Sep 16th, 2000, 05:58 PM
#1
Thread Starter
New Member
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.
-
Sep 17th, 2000, 11:06 AM
#2
Guru
What is the exact error message that you are getting?
-
Sep 17th, 2000, 12:05 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|