Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Microsoft Cursor Engine (0x80040E21) error

Status
Not open for further replies.

oziweb

Technical User
Aug 11, 2002
4
AU
I am actually writing the site in Drumbeat Ecommerce edition however I have seen this error come up in hand written asp code.
basically I am filtering a recordset and opening 2 other recordsets - it appears to be a ado error. On the page it appears I submit an order - the erro appears after the submit ie the page reload. It thus does not appear to be the filter as this functions ok on the first load of the page - thus it appears to be related to inserts of the other 2 recordsets.

The page is quite complex - it inserts to the order and order detail from a shopping cart. It uses session and cookies to hold data.

The answer is most likely looking straight at me but I have most probably being looking for it too long.

any help please
john


Error Type:
Microsoft Cursor Engine (0x80040E21)
Multiple-step operation generated errors. Check each status value.
 
Hi There ...
the error "Multiple-step operation generated errors.
Check each status value." is a common error and it's
very easy to solve.
it's because that you have a string datatype like Varchar
or nvarchar or Text (it dependes on you database engine)
and you are writing in it more than it's size.
for example you have a varchar field with size of 50 and
you are writing 55 characters in it.
that's it.
TNX
E.T.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top