Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to verrify an Insert into using Sqlexec
Message
From
01/05/2000 15:26:44
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00363680
Message ID:
00364862
Views:
27
Sure:
CREATE PROCEDURE p_procname
    @ntest INTEGER OUTPUT
AS
    SET @ntest = @ntest * 2


>Could you post the code of your stored proc....???
>
>
>>Hi John,
>>
>>Can the output from a SP be captured in VFP? I made a few tries but I can't make it work:
>>
>>x = 20
>>SQLEXEC(nConn, "EXEC p_procname ?x OUTPUT")
Sylvain Demers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform