Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Return value from Stored Procedure to VFP front e
Message
 
To
10/05/2002 12:50:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00655142
Message ID:
00655153
Views:
22
Ravindra,

Once you have a connection handle to SQL server, you can use the following code to return a value. You must initially create the variable before calling the stored procedure.
lcReturnValue = SPACE(11)
= SQLExec(lnHandle,"{CALL sp_name (?@lcReturnValue)}")
hth,
Kurt
Previous
Reply
Map
View

Click here to load this message in the networking platform