Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP/ADO/SQL stored procedure syntax
Message
De
06/10/2005 19:23:46
 
 
À
06/10/2005 19:10:25
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:
01057011
Vues:
60
This procedure is just for illustration purposes.
CREATE PROCEDURE usp_test 
	@Number	INT
AS
RETURN @Number + 3
GO
I call it this way
LOCAL x AS Integer, y AS Integer
x = 5
?oData.oConn.Execute("{y = call usp_test(x)}")
and I get SQL error "Syntax error or access ciolation."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform