Results 1 to 3 of 3

Thread: is there a place where I can find error info

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    brooklyn
    Posts
    48
    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.

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    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.


  3. #3
    Lively Member
    Join Date
    Jan 2000
    Location
    Omaha, Ne
    Posts
    65

    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
  •  



Click Here to Expand Forum to Full Width