Multiple-step operation generated errors
32766Mar 25 2004 — edited Mar 30 2004Hi!
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