What is the syntax for calling an Oracle function from a Classic ASP page?
Thanks,
Sean
| SitePoint Sponsor |
What is the syntax for calling an Oracle function from a Classic ASP page?
Thanks,
Sean
This is how I call the function:
But I get an error message:Code:strSQL = "Call PkgName.ProcessMyPaymentTransaction (1234567,'Credit',0,'4111111111111111','06','14',0 .10,6000677,NULL,'Y')" Conn.Execute(strSQL)
Code:Microsoft OLE DB Provider for Oracle error '80004005' ORA-06576: not a valid function or procedure name /Secure1/pymtprocess.asp, line 28
Bookmarks