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.
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.