Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting SQL Server stored proc return value
Message
 
 
À
06/12/2003 08:23:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00856398
Message ID:
00856603
Vues:
13
Andy,

Your code fails during compilation on the second line with message "Missing operand" (VFP8SP1).

>Hi Gary
>
>In addiotion to the way Sergey showed, you can also do it using a Private Variable in an in-line SQL Passthrough statement like this:
>
>
>PRIVATE puRetVal
>SQLEXEC( nCon, [EXEC sp_name ] + ?@puRetVal )
>
>
>On completion, puRetVal will contain the return value.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform