Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Discover SQL Servers on a LAN
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00589338
Message ID:
00589389
Views:
16
Hi Mike,

Thank you very much for the help.
I am succeful on doing what I want from my delelopment machine (which has SQL Server installed) through the following code:
LOCAL loDMOApp AS SQLDMO.Application
LOCAL loNameList

loDMOApp = CREATEOBJECT("SQLDMO.Application")
loNameList = loDMOApp.ListAvailableSQLServers()

FOR lnServers = 1 TO loNameList.Count
  ?loNameList.Item(lnServers)
NEXT
It works nice as expected!
My doubt is that as my application is intended to run on client machines which probably won't have the SQL DMO components installed, how can I install these components on them? Are thare any licensing implications on doing that?

Thanks!
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform