Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return Value from Stored Procedure SQL
Message
 
 
À
23/12/2004 09:20:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00971765
Message ID:
00971876
Vues:
21
See Re: Can stored procedures return values? Message #876903.

>I have a Stored Procedure in my DB SQL Server
>CREATE PROCEDURE Sp_Teste
>	@Text as nvarchar(20)
>WITH ENCRYPTION
>AS
>
>If @Text = ''
>    RETURN(1)
>....
>....
>....
>GO
>
>I call this SP in VFP
>
>nError=SQLEXEC(nHandleConnection, "exec Sp_Teste")
>
>How can i obtain the Return Value of Stored Procedure in my code VFP
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform