N
Naren Srini via .NET 247
(Type your message here)
PROCEDURE dal_get_clob_data ( i_dal_string IN VARCHAR2, io_dal_clob IN OUT CLOB );
An exception threw when I tried to use IN OUT CLOB inspite of the usual work around I did.
When it is IN CLOB or OUT CLOB it worked fine but not in case of INOUT CLOB.
Is there anyway to do with this? I am using MDAC 2.7
PROCEDURE dal_get_clob_data ( i_dal_string IN VARCHAR2, io_dal_clob IN OUT CLOB );
An exception threw when I tried to use IN OUT CLOB inspite of the usual work around I did.
When it is IN CLOB or OUT CLOB it worked fine but not in case of INOUT CLOB.
Is there anyway to do with this? I am using MDAC 2.7