Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass-Through
Message
 
 
To
13/07/1999 17:16:04
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00241018
Message ID:
00241813
Views:
18
Thanks Edward for the response.. I tried it and a couple other things also...

STORE SQLCONNECT('server', 'id', 'passwrd') TO gnConnHandle
?gnConnHandle && this returns a 1

I have tried
1) lcSQL='acct_unmatched_rpt_sp 0,"detail"'

2) lcSQL="acct_unmatched_rpt_sp 0,'detail'"

3) paramdetail="detail"
lcSQL="acct_unmatched_rpt_sp 0,"+paramdetail

test= SQLEXEC(gnConnHandle,lcSQL)

but nothing seems to work. Yet in Excel and in Access the sql pass-through command acct_unmatched_rpt_sp 0,detail works without a hitch!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform