Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tonight's Chat: Oracle for VFPers with Mark McCasland
Message
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
00450191
Message ID:
00450615
Views:
39
>>Hi guys,
>>How do you a run a store procedure in Oracle from VFP6?
>>Sqlexec(nhandle,'execute procedurename') doesn't seems to work.
>>
>>Brian Burbidge
>
>SQLEXEC(nHandle, '{call procedurename}'
>

Doh! Forgot a paren. Correct version:
With parameters:
SQLEXEC(nHandle, '{call procedurename (?param1, ?param2, etc.)}'
Everything we see or seems
Is but a dream within a dream
- Edgar Allen Poe
Previous
Reply
Map
View

Click here to load this message in the networking platform