Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of SQL Servers
Message
 
 
À
21/04/2003 09:53:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00779753
Message ID:
00779767
Vues:
38
>I've seen the first technique shown there, but it requires that you are logged into a SQL-Server first. I cannot log into a server if I don't know what is available...
>
>>>I now how to get a list of available SQL Servers on the network using SQL-DMO. Is there a way to get a list without using SQL-DML?
>>
>>See http://www.sqlmag.com/Articles/Index.cfm?ArticleID=14327

Dan,

ISQL/OSQL are command-line utilites so you can run them using VFP RUN command and than parse there output.
lcTempFile = ...
RUN ISQL -L > "&lcTempFile"
? FILETOSTR(lcTempFile)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform