How to Retrieve CLOB with ADODB Command Parameter (StoredProc), NOT by a Select statement

K

Khodr

Hi everyone,

I am calling an Oracle StoredProc that returns a CLOB data type value as an
output parameter. What parameter data type should I use?
if ADODB is not the right thing to use, so what is the right solution? and
how to use it?

Any help will be highly appreciated. Thanks.

Khodr
 
D

David Browne

Khodr said:
Hi everyone,

I am calling an Oracle StoredProc that returns a CLOB data type value as
an
output parameter. What parameter data type should I use?

if ADODB is not the right thing to use, so what is the right solution?
and
how to use it?

ADODB is never the right thing to use. Use one of the oracle providers for
..NET.

here
http://www.oracle.com/technology/tech/windows/odpnet/index.html
you will find downloads and examples for CLOB and other oracle types.

David
 

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