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

Re: How to call an oracle function in C# 2.0? by jens

jens
Thu May 04 01:35:18 CDT 2006

below the fucntion spec:
FUNCTION process (

in_message IN CLOB

)

RETURN CLOB;