Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> oracle 9i stored procedure called by ASP
Hi,
I'm trying to call a stored procedure(package) from asp/vb using following
code
but I got the error message. Could someone tell me the correct syntax??
objConn.ConnectionString = "DRIVER={Microsoft ODBC for Oracle};SERVER=HOME;
UID=test;PWD=test"
objConn.Open()
objCmd.ActiveConnection = objConn
objCmd.CommandText = "{call PkgPartition.add(?)}" objCmd.CommandType = adCmdText
objCmd.Parameters(0).Value = Request.Form("partName") ojbCmd.execute()
Thanks in advance for your help Received on Mon Aug 02 2004 - 12:29:54 CDT
![]() |
![]() |