ORACLE CLOBS IN ORACLE STORED PROCEDURE



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 support the CLOB type.

--
tridib
.



Relevant Pages