I am trying to write a very simple webpage using Visual Studio 2010, .Net 4, C#.I am using the Oracle DataAccess .DLL and have made a connection to the database just fine.When I run this code, I get t
I have a for loop in pl/sql function something like: FOR i IN min..max LOOP variables i, min, max are declared as NUMERIC