Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP/ADO/SQL stored procedure syntax
Message
De
06/10/2005 14:31:07
 
 
À
06/10/2005 12:57:12
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01056781
Message ID:
01056888
Vues:
56
>Probably prototyping it in ADO would work and you would check with >NextResultSet. Also you might try:
>{? = call storedProc(?,?,?)}

Could you clarify this, please? How would call to this function look syntaxically?
CREATE PROCEDURE usp_test
@Number INT,
@NewNumber INT OUTPUT
AS
SET @NewNumber = @Number + 3
RETURN @NewNumber
GO

I just don't know where I'm supposed to put quotation and question marks, brackets, where variable names go etc.

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform