When I try to call the cmdObj.execute from ASP, which calls an Oracle Stored procedure the ASP Page displays an unspecified, unclear ODBC error.
server :
unspecified error -2147467259 == Unspecified error
When the same input that is fed to the GUI calling the stored proc, it fails but if i take the same values and execute from one of the Oracle Client, it executes successfully.
I am in urgent need of a solution for this problem.
I am also attaching the code which is called from ASP, and the Stored Proc also.
Start Free Trial