Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple-step operation generated errors

32766Mar 25 2004 — edited Mar 30 2004
Hi!

I have an ADO connection to an Oracle server (8.i) using ORAOLEDB 8.1.7.3.0
I retrieve data from a table into an ADO disconnected recordset. I can read all data from this recordset except the values of fields that are of DATE type.

The line of code:
myValue = Recordset.Fields("FiledOfDateType").value

raise the error "Multiple-step operation generated errors. Check each status value."

The problem is very intermitent and all the data in the Db are the right ones. All the other fields can be read correctly, except some of date types (very sporadically and not always the same).

Regards,
Jorge
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 27 2004
Added on Mar 25 2004
1 comment
1,537 views