|
-
Apr 9th, 2000, 11:52 PM
#1
Thread Starter
Member
I got find out the solution for this before the sunset
today, otherwise I will very lonely tommorrow.
Is there place where I can find the detailed info
for err.number like "-2147217864",
By the way I know a female
programmer, she lived in Canada. She is retired now- rich Young and pretty, If anybody help me to solve this problem, I will pass her number to you.
My question is like this:
what does the following message mean and how to sovle the
problem?
“the specified row could not be located for updating, some values
may have been changed since it was last read”
error number is -2147217864
I used the ado data control to connect the sql server table
in the vb. I used the adodc1.recordset.updatebatch to update the table. the cursorlocation is at the client site
cursor type is static
Please hellllllllp! Thanks a lot. I will keep my promise.
-
Apr 9th, 2000, 11:57 PM
#2
Fanatic Member
This is staright out of MSDN. Best i can do.
Automation error (Error 440)
When you access Automation objects, specific types of errors can occur. This error has the following cause and solution:
An error occurred while executing a method or getting or setting a property of an object variable. The error was reported by the application that created the object.
Check the properties of the Err object to determine the source and nature of the error. Also try using the On Error Resume Next statement immediately before the accessing statement, and then check for errors immediately following the accessing statement.
For additional information, select the item in question and press F1.
-
Apr 10th, 2000, 02:58 AM
#3
Lively Member
Automation errors
I have a saved URL from MSDN that lists automation errors if you would like a copy. I can't find it again on MSDN (because nothing is easy on MSDN) but I can send you my copy if you want. Just e-mail me.
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
|