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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem executing packages from vb

Status
Not open for further replies.

jpmdal

Programmer
May 29, 2001
2
GB
Hi

I've created packages, they compile correctly etc. But I am getting an error when trying to execute from a vb application. The application user has execute writes on the packages, the package owner has the correct privileges granted directly to it. the packages execute correctly through sql plus and other tools with the same user/password as the vb app. BUT it wont work with the VB application, instead i get a "table does not exist" error.

The vb application only works if i give its user grants on the tables etc accessed by the packages, which we are trying to avoid in order to provide an extra layer of security.

I've checked for synonyms and most other errors but have had no luck. Has anyone any ideas as to what this could be?

The TAR we raised came back with unhelpful suggestions such as "are you connecting correctly?".

Platform: NT
Oracle 8i with visual basic 6

Thanks

JP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top