KoRny has asked for the wisdom of the Perl Monks concerning the following question:
This returns a cursor containing the data. But I have not yet found a way to extract that data. I have tried to look it up and have only come up with the bind_param() method to bind my values to the IN paramater. Is there another method to bind a variable/array to the cursor being returned?table.func(cust IN Char, cv OUT REF CURSOR)
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I bind cursors from an Oracle Stored Proc.?
by arturo (Vicar) on Apr 04, 2001 at 01:35 UTC | |
|
Re: How do I bind cursors from an Oracle Stored Proc.?
by astroboy (Chaplain) on Aug 02, 2004 at 09:03 UTC |