I need to execute an ORACLE Stored Procedure, where I will send send an
XML
string as a CLOB input parameter, and receive a XML string as a CLOB
output
parameter.
I am using ADO through VB6 to access the ORACLE SP.
Do I need to use the ORACLE ODBC instead of the Microsoft one, which does
not seem to sup****t the CLOB type.