Oracle VarChar for ADO Output Parameter
386124Mar 7 2003 — edited Mar 10 2003I have a VB6 app on XP that uses OLE DB and ADO to access data from Oracle. I am trying to create and append and output parameter to my SQL command. The output parameter is of type VarChar in Oracle. I tried to choose adChar, adVarChar, adLongVarChar for this Output parameter type, but I keep getting "3708 Parameter object is imoproperly defined." error.
What should be right mapping from ADO's DataTypeEnum to Oracle's VarChar???