Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if the are SQL Server installed w/n a networ
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00967390
Message ID:
00967652
Vues:
6
Thanks! This is what I need...
>
>LOCAL loSQLApp,;   && SQLDMO Object
>      loServers,;  && Servers Object
>      lnCounter
>loSQLApp = CreateObject('SQLDMO.Application')
>loServers = loSQLApp.ListAvailableSQLServers()
>For lnCounter = 1 TO loServers.Count
>  ? lnCounter, loServers.Item(lnCounter)
>EndFor
>loSQLApp = NULL
>RELEASE loSQLApp
>loServers = NULL
>RELEASE loServers
>
>HTH
>>If want to know if there are SQL Server installed within the LAN environment I am working with. Is there a way how?
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform