Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL server stored procedure from VFP
Message
De
02/12/1998 16:54:53
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
SQL server stored procedure from VFP
Divers
Thread ID:
00163420
Message ID:
00163420
Vues:
67
here is my problem:
1) stored proc usp_MatchCust works fine from ISQL (it does updates):
execute usp_MatchCust "11/01/1998","11/02/1998"
2) from Fox:
= SQLEXEC (gnConnHandle,"execute usp_MatchCust ?lcDate1,?lcDate2")
Does nothing, returns -1
= SQLEXEC (gnConnHandle,;
'execute usp_MatchCust "11/01/1998","11/02/1998"')
Checked parameters, tried constants, ... nothing helped
3) tried proc without parameters, still does not work :
= SQLEXEC (gnConnHandle,"execute test")
Connection is OK, select or update without stored proc works fine.
What I am missing?
TIA
Oleg
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform