Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Has anyone used the DBLib dbserverenum to find SQL Serve
Message
From
02/12/2000 11:41:01
 
 
To
01/12/2000 16:29:42
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00448330
Message ID:
00448502
Views:
7
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform