Calling Stored Procedures from ASP.NET
I am getting a null reference exception when trying to call an Oracle stored procedure from within an aspx page.
I am using oracle.dataaccess.dll version 10.2.0.100. I can get data using command.text type but not with command.storedprocedure type.
I am using Visual Studio 2008 .NET Framework 3.5 SP1.
0