Quantcast
Channel: .NET Framework Class Libraries forum
Viewing all articles
Browse latest Browse all 8156

ODP.net provider for accessing multiple refcursors

$
0
0

while getting the 5 refcursor values, the dataset is empty with the tables of 5.

Please help me if anyone know the reason.

                    objConn.Open();
                    DataSet ds = new DataSet();
                    OracleDataAdapter da = new OracleDataAdapter(objCmd);
                    da.Fill(ds);
                    objConn.Close();



Viewing all articles
Browse latest Browse all 8156


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>