Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Has anyone used the DBLib dbserverenum to find SQL Serve
Message
De
02/12/2000 11:41:01
 
 
À
01/12/2000 16:29:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00448330
Message ID:
00448502
Vues:
13
>I am trying to find a way to build a list of all SQL Servers on the network.
>

Might be better off using SQLDMO for this:

oDMO = CREATEOBJECT("SQLDMO.Application")
FOR EACH cServer IN oDMO.ListAvailableSQLServers
?cServer
ENDFOR
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform