Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a value from an SQL procedure
Message
De
30/12/2005 14:56:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Return a value from an SQL procedure
Divers
Thread ID:
01082155
Message ID:
01082155
Vues:
41
Hi

I'm trying to return a value from an SQL procedure without much luck. My SQL procedure has the following code in it

CREATE Procedure Test
AS
return(-99)
GO

I'm using VFP to call this procedure:

=SQLExec(lnConnection, "execute myDatabase.dbo.Test", lnReturn)

Any ideas why this doesn't work?

Regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform