use multiple out ref cursors from SP in VB.NET
Can anyone please provide a real sample of how to use multiple ref cursors from a stored procedure in VB.NET
I could only find c# samples on oracle site and that didn't quite work.
I have two out parameters in SP returning SYSREFCURSOR type
Thanks,
Eugene