Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List sqlserver
Message
De
07/09/2004 10:06:42
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
06/09/2004 23:48:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Divers
Thread ID:
00939838
Message ID:
00939928
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform