Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass-Through
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00241018
Message ID:
00241861
Views:
15
>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!

Number 2 should work.

Does the command work if you don't pass the cursor name?
DLC
"Use the Right Tool for the Job!"
davidandcynthia@email.com
Previous
Reply
Map
View

Click here to load this message in the networking platform