I am using Oracle Database, Can anyone tell me, how to connect to the oracle database and run the stored procedure in oracle. I am facing some problem in this. please guide me.. --
> I am using Oracle Database, Can anyone tell me, how to connect to the oracle > database and run the stored procedure in oracle. > I am facing some problem in this. please guide me.. > --
Hylton
12/1/2004 1:09:06 AM
Have a look at http://otl.sourceforge.net/home.htm for the Oracle Template Library. Open source but makes running stored procs on oracle a breaze
> Hi Sezhman, > Go through this Microsoft KB : 309361 "How To Use a DataReader Against an > Oracle Stored Procedure in Visual C# .NET" > http://support.microsoft.com/default.aspx?scid=kb;en-us;309361 > > Rgds, > John Paul. A > > > > "Sezhman" wrote: > > > I am using Oracle Database, Can anyone tell me, how to connect to the oracle > > database and run the stored procedure in oracle. > > I am facing some problem in this. please guide me.. > > --