Home All Groups Group Topic Archive Search About

How to call an oracle function in C# 2.0?

Author
3 May 2006 9:52 PM
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

Author
4 May 2006 6:35 AM
jens Jensen
below the fucntion spec:
  FUNCTION process (

    in_message   IN   CLOB

  )

    RETURN CLOB;

AddThis Social Bookmark Button