Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to verrify an Insert into using Sqlexec
Message
De
01/05/2000 15:26:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00363680
Message ID:
00364862
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform