Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle sprocs/packages
Message
 
 
To
06/11/2001 04:09:16
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00577823
Message ID:
00578118
Views:
13
Take a look at mskb#Q149882 and mskb#Q221189.

>I'm trying to run a Oracle 8i package that contains a function that returns as single numeric value. I can run SQL strings from SQLEXEC, but can't get these darned sprocs working. The package is compiled and I've tested it from SQL+, so it's not that..I've tried the following syntax:
>
>local rtn as integer
>
>rtn = sqlexec(cn,'MYSCHEME.MYPACKAGE.MYFUNCTION')
>
>and
>
>rtn = sqlexec(cn,'{CALL MYSCHEME.MYPACKAGE.MYFUNCTION}')
>
>Any ideas folks???
>
>Thanks in advance..
>
>Pablo
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform