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
 
 
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:
00967652
Views:
15
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."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform