Skip to Main Content

Oracle Database Discussions

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!

Problems Reading/writing data with MS ADO from a oracle ELO DB provider

User_CTKF3Jul 14 2022 — edited Jul 15 2022

We are currently having issues receiving data from an oracle 12c database after we had to upgrade our OLE DB provider.
our setup is as follows
visual studio 2003 c++
ADO 2.8
oracle OLE DB provider 12c
oracle 12c database
Currently we are able to connect to the oracle DB 12c and run SQL commands and some of the data that we read we can process with ADO.
But we can't/ don't know how to process/read data the following ADO types.
adVarNumeric( OLE type: DBTYPE_VARNUMERIC, oracle type: NUMBER )
adDBTimeStamp( OLE type: DBTYPE_DBTIMESTAMP, oracle type: DATE)
Any help would but much appreciated.

Comments
Post Details
Added on Jul 14 2022
1 comment
165 views