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:
00967492
Vues:
5
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?
Apoya a Visual FoxPro usandolo legalmente
--
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º
Espartaco Palma Martínez
SysOp PortalFox
http://www.portalfox.com
esparta@portalfox.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform