How to return a resultset using .Net SP
856576Apr 21 2011 — edited Jun 22 2011Hi,
I had a problem with using the .Net Stored Procedures.
How can i get the query resultset from a .Net SP?
DataSet and ref CURSOR doesn't work, because they can not be a parameter or return.
My Oracle is 10gR2,and I'm using Visual Studio 2005
Are there any ways to do that??
Thanks for your help!
Song