How to call an oracle function in C# 2.0?

J

jens Jensen

Hello,
Assum i have an oracle function called ofunction.

Can someone tell me how i can call this function assuming it take the
parameter in_param of type clob.

Any help will be highly appreciated

C# .ADO.NET 2.0
 
J

jens Jensen

below the fucntion spec:
FUNCTION process (

in_message IN CLOB

)

RETURN CLOB;
 

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