Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if the are SQL Server installed w/n a networ
Message
From
07/12/2004 10:30:07
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00967390
Message ID:
00967492
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform