Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting single value from MS SQL stored proc
Message
De
24/03/2004 12:33:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00889317
Message ID:
00889329
Vues:
19
>I'm clear on getting a cursor back from a SQL stored procedure, but I cannot seem to get the syntax right for grabbing a single precedure returned value into a VFP variable...
>
>TIA

Hi Michael,

See Re: Can stored procedures return values? Message #876903. If you don't care about stored procedure return value than call is simplier.
lnResult = SQLEXEC(lnConn ,[EXEC Proc_test 1,2, ?@lcStr], "crsTemp" )
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform