Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling Oracle SP
Message
From
11/07/2000 14:21:58
 
 
To
11/07/2000 13:47:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00390579
Message ID:
00390862
Views:
22
>I'm going to try using the 'BEGIN ... END' block syntax and just pad a linefeed character and see if this will work.

Wonder of wonders! I used the BEGIN block syntax and it worked! Here was how I called the stored procedure:

assuming gnConnection is a valid connection;
lcSPString = [BEGIN testspace.sp_test_call; END;]
lnErr = sqlexec(gnConnection,lcSPString) && this works!!!

Again, thanks for the feedbacks. These feedbacks help us keep going, when the going gets tough.
Ramil 7/11
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform