Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Direct ODBC calls
Message
From
03/07/2003 16:52:27
 
 
To
27/06/2003 18:20:03
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, United States
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00802290
Message ID:
00806748
Views:
27
Hi Gary,
Try sending all parameters as variables and prefacing them with ?:
x=1
y=2
z=0
zz=SQLExec(xx,[exec myproc ?x,?y,?@z ])
or
zz=SQLExec(xx,[call myproc ?x,?y,?@z ])
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform