CLOB - IN OUT PARAMETER PROBLEM

  • Thread starter Naren Srini via .NET 247
  • Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top