Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Pass-Through
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
SQL Pass-Through
Miscellaneous
Thread ID:
00241018
Message ID:
00241018
Views:
89
Hi All- This is my first experience here so be kind...

I put in the command:

a_stored_procedure 0,detail .... and ....
a_second_sp

in the MS Access SQL Pass-through command and the stored procedures work fine.

I do the same thing in VFP..

SQLEXEC(gnConnHandle,'exec a_stored_procedure 0,detail') ...and...
SQLEXEC(gnConnHandle,'exec a_second_sp')

the second works perfectly in both Access and VFP. The former works only in Access. It seems like the parameters when passed in VFP are recognized differently then when passed from Access. I've tried quotes and a dozen other things but nothing seems to work.

Can anyone help me?

Erik
Next
Reply
Map
View

Click here to load this message in the networking platform