Submit Content

Sponsor



Results


ASP.NET: How To: Execute an Oracle Stored Procedure in an Oracle Package and retrieve a ref cursor's results into a DataSet

This article shows you how to execute an Oracle stored procedure in an Oracle Package using the Oracle .NET data provider shipped with the .NET Framework. It will also show you how to retrieve an output ref cursor's results and load it into a DataSet.

0 Comments   Posted by LazyAssCoder on Jul 26, 2007   151 Views  


ASP.NET: How To: Execute an Oracle Package and retrieve an output cursor using Enterprise Library DAAB 2.0

This article will show you how to execute an Oracle Package and retrieve an output cursor's data using Microsoft Enterprise Library Data Access Application Block(DAAB) 2.0.

0 Comments   Posted by LazyAssCoder on Jul 26, 2007   114 Views