Mapping of ADO DataTypeEnum values to Oracle Datatypes?
Does anyone know of a document or resource that contains the
mapping of the ADO Parameter Object Type to Oracle Database
Datatypes.
For example:
ADO Enum Value Oracle Datatype
---------------- -----------------
adVarChar VARCHAR
There are 31 DataTypeEnum's in ADO. I understand that they do
not all Map but can anyone tell me the ones that do?