Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass-Through
Message
From
15/07/1999 18:29:15
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00241018
Message ID:
00242053
Views:
20
You can always try the ODBC call:

lcSQL = "{CALL acct_unmatched_rpt_sp (0, 'detail')}"
lnResult = SQLEXEC(hConn, lcSQL)

But SQL Server should have accepted this:

lcSQL = "EXECUTE acct_unmatched_rpt_sp 0, 'detail'"

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform