Using ADO recordsets under VB here's the pertinent sequence of events as I
can discern it:
0) I scroll through the recordset (count = 9) hitting EOF, going back to a
spot in the middle, doing MovePrevious until BOF is true. Eveything seems
fine.
1) The recordset hits BOF = true.
2) rs.BookMark = 1 (this moves it to the first record in the recordset and
executes successfully, BOF = False, there's good values in the recordset.)
3) rs.MoveNext (this gets an error: -2147217887 Multiple-step OLE DB
operation generated errors. Check each OLE DB status value, if available. No
work was done.)

I can't imagine why I get any error. Any clues?

Does anybody also have any clues how I can check the various errors
generated by OLE DB in this environment?

Thanks,
Jon



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to