Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote server
Message
From
15/01/1999 16:23:34
 
 
To
15/01/1999 15:59:57
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00176691
Message ID:
00176718
Views:
28
>Will remote server (exe) execute a stored procedure? If it will then should I just say DO sp_name ?
>Thanks Mark

well, you have to create a connection or use a connection that you have stored in the database...

nConnection = sqlconnection('MyConnection')

Then, use SPT to run the SP

***********
Um.. of course, if you are talking agout a local SP... then...

set database to mydata
do sp

Will work great.
Previous
Reply
Map
View

Click here to load this message in the networking platform