Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List sqlserver
Message
From
07/09/2004 10:06:42
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
06/09/2004 23:48:21
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00939838
Message ID:
00939928
Views:
19
>how can I get a list of available SQL Servers on the network using Sql
Local oSQLDMO as SQLDMO.SQLserver
Local oNames as SQLDMO.NameList
oSQLDMO = CreateObject("SQLDMO.SQLserver")
oNames = oSQLDMO.Application.ListAvailableSQLServers()
For ix=1 to oNames.Count
  ? oNames.Item[ix]
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform