Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return a value from an SQL procedure
Message
 
 
À
30/12/2005 14:56:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01082155
Message ID:
01082157
Vues:
8
See Re: Can stored procedures return values? Message #876903

>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform