Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: ADO Error - Multiple-step operation generated Errors


Message #1 by "William C. Gaddam" <williamg@b...> on Tue, 15 Aug 2000 19:13:24 -0400
Hi,

I got this error from my application while deleteing a record:

    Run-time error '-2147217887(80040e21)' Check each status value.

I am using ADO Data Control and its properties are as follows:

    BOF Action = adDoMoveFirst
    CursorLocation = adUseClient
    CursorType = adOpenStatic
    EOFAction = adDoMoveLast
    LockType = adLockOptimistic
    Mode = adModeReadWrite

    Going through all the records in a table
    One Recrod per Screen

I am getting the error on the following condition:

When the "Delete" button is clicked the following command is executed which
resulted in the above error:

    adoCircuits.Recordset.Delete

This code works on other forms that I created but is failing in this form
only.

Please Help, if you came across the same problem.

Thank you,

Bill Gaddam


  Return to Index