I am using following method for calculating payroll by using jdbc but \"ORA-01008: not all variables bound\" error is not removing.
I\'m using System.Data.OracleClient which does parameter-binding by name and are verifying that CommandText and Parameters are in sync:
Why am I getting this Oracle error when executing this VB.NET code? Ora-01008: all variables not bound
Environment: Server: Oracle 11.2g server on a 64-bit windows 2008 Client: Oracle 11g client on Windows XP SP3, ASP.Net 4.0, Visual Studio 2010, C#
I am having a problem with this method. All the parameters are there, and in order, but I still get this error: ORA-01008: not all variables bound
I\'m looking into Asp.net Membership Providership Sql to determine if it fits my needs and have a few basic questions.