Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Oracle SP
Message
From
11/07/2000 11:48:19
 
 
To
11/07/2000 11:36:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00390579
Message ID:
00390766
Views:
17
> iErr = sqlexec(iConn,'execute test.sp_test_call;')
In your call to the SP, are you using correct naming convenbtions? By that I mean tblowner.package.function(arglist), or within Oracle, have you declared the package (SP) with a PUBLIC synonym, and given PUBLIC rights to execute? If you login to sql+ as the owner, it will naturaly work for you, so log in as a regular user and rty it to ensure correct rights are granted.
Previous
Reply
Map
View

Click here to load this message in the networking platform