1
Reply

Oracle Package Usage

steve.auld

steve.auld

Sep 13 2004 9:22 AM
2k
I have been tasked with converting some old PERL code to a windows service utilizing C# and .NET. However, there are some very well done packages in our Oracle database which I would like to continue using. How does one go about calling one of these packages? The first ones I'm dealing with do not return any rows, but do return output parameters indicating number of rows updated and success status.

Answers (1)