Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning a parameter from a stored procedure
Message
 
 
À
09/03/2010 06:34:44
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01453371
Message ID:
01453394
Vues:
45
>"...You can have more than one output parameter in a stored procedure"
>
>Therefore, would the stored procedure look something like:
>
>ALTER procedure [dbo].[Candidate_Insert_Blank] (@CreatedByID int, @Return1 int output, @Return2 int output)
>
>Would the output parameters be returned to VFP in their logical order, i.e. Return1 then Return2?
>

Yes but you'll have to pass them by reference.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform