Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling an Oracle SP that is in a package

Status
Not open for further replies.

WP

Programmer
Nov 30, 1999
463
CH
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
 
Bill -

What user are you connecting to the database as? IIRC, access to a package is usually limited to the user who created it.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top