Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC and RETURN from Stored Procedure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01104848
Message ID:
01104856
Vues:
9
See Re: Can stored procedures return values? Message #876903

>For example I have stored procedure o SQL Server 2000:
>
>CREATE PROCEDURE spTemp_Return (@TempIn integer)
>AS
>RETURN @TempIn * (-1)
>
>
>Is it possible to get value from SP using SQLEXEC function? Or I have to modify my SP to use OUTPUT variables?
>
>Thanks,
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform