Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote server
Message
De
15/01/1999 16:23:34
 
 
À
15/01/1999 15:59:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00176691
Message ID:
00176718
Vues:
29
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform