Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Start SQL Server Service
Message
 
 
À
14/02/2006 05:40:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01096085
Message ID:
01096101
Vues:
13
>Is it possible to Start SQL service with VFP Code???
* SQL 2000
oShell = CREATEOBJECT("shell.application")
? oShell.IsServiceRunning("MSSQLSERVER")
? oShell.ServiceStart("MSSQLSERVER", .F.)
? oShell.ServiceStop("MSSQLSERVER", .F.)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform