Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL server stored procedure from VFP
Message
From
02/12/1998 16:54:53
Oleg Khvalin
The Sutherland Group Ltd
Rochester, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
SQL server stored procedure from VFP
Miscellaneous
Thread ID:
00163420
Message ID:
00163420
Views:
72
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
Next
Reply
Map
View

Click here to load this message in the networking platform