Hi,
I have a SP that is in a Package and need to call it from VB.
What I have so far is calling a SP that's not in a package :
OracleSPCall.CommandText = "WS_OLY_Reset"
OracleSPCall.CommandType = adCmdStoredProc
OracleSPCall.Execute
Can someone tell me the syntax for calling a Procedure in a package.
Thanx
Bill Paton
william.paton@ubsw.com
Check out
I have a SP that is in a Package and need to call it from VB.
What I have so far is calling a SP that's not in a package :
OracleSPCall.CommandText = "WS_OLY_Reset"
OracleSPCall.CommandType = adCmdStoredProc
OracleSPCall.Execute
Can someone tell me the syntax for calling a Procedure in a package.
Thanx
Bill Paton
william.paton@ubsw.com
Check out