Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running of the Oracle SP from VFP
Message
From
28/05/2001 22:38:33
Les Chandra
Mastersoft Pty Ltd
Melbourne, Australia
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00510968
Message ID:
00512039
Views:
12
This message has been marked as the solution to the initial question of the thread.
Hi again,

Sorry been out of things the last week (software release, you know)

If this thread is still useful...

>SQLEXEC(nHandle, 'BEGIN EXECUTE MyStoredProc; END;')
>
>It says "Encountered symbol 'MyStoredProc' when expecting := ...", and := is assumed by default as if EXECUTE is not a correct command.

You don't need the EXECUTE.

It is just

SQLEXEC(nHandle, 'BEGIN MyStoredProc; END;')


Les

>Hi!
>
>When I try following:
>
>SQLEXEC(nHandle, 'EXECUTE MyStoredProc')
>
>I get connectivity error 'invalid SQL statement' from ODBC.
>If I try to use
>SQLEXEC(nHandle, 'BEGIN EXECUTE MyStoredProc; END;')
>
>It says "Encountered symbol 'MyStoredProc' when expecting := ...", and := is assumed by default as if EXECUTE is not a correct command.
>
>What is the correct syntax? Is it possible to run Oracle SP from VFP? How?
>
>TIA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform