B
Burt
I want to create a simple procedure in Oracle that returns a resultset
(a select query). In all the examples I've seen, you have to pass in a
"ref cursor" OUT param into the proc from C#.
Is there a simpler way to do this? IWO can I not pass anything in, and
just declare the cursor in the proc? Or have no cursor, like with SQL
Server? Seems pointless to pass in an empty cursor param each time.
Thanks,
Burt
(a select query). In all the examples I've seen, you have to pass in a
"ref cursor" OUT param into the proc from C#.
Is there a simpler way to do this? IWO can I not pass anything in, and
just declare the cursor in the proc? Or have no cursor, like with SQL
Server? Seems pointless to pass in an empty cursor param each time.
Thanks,
Burt