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.