I've got an oracle stored function that returns sys_refcursor as an out parameter. It's structure belike
I want to get param1-3 values into datatable1 and param4_list(cursor) values into datatable2 using C#. Any suggestions? If possible, show examples please.
Currently, there is no support for nested cursors in ODP.NET. You'll have to take a different approach. e.g. returning the rows as XML or JSON instead of in a nested cursor. Read my question on AskTom.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With