Skip to Main Content

DevOps, CI/CD and Automation

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!

Oracle VarChar for ADO Output Parameter

386124Mar 7 2003 — edited Mar 10 2003
I 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???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2003
Added on Mar 7 2003
1 comment
758 views