Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return Value from Stored Procedure SQL
Message
De
23/12/2004 09:20:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Return Value from Stored Procedure SQL
Divers
Thread ID:
00971765
Message ID:
00971765
Vues:
66
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

Thank´s
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform