Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get a list of SQL Servers

Status
Not open for further replies.

jayscot

MIS
Feb 2, 2001
25
US
I'd like to be able to populate a list of SQL servers on a network. This is to allow a user set up an ado connect string. I see it done in sql related programs, and I'm trying to find a class that has this functionality from within dotnet.
 

doesn't specifically say vb6 or vb7, but this is the gist of things, and from this, I bet you could figure out how to do it in .net if this isn't vb7 code.

object in question is the sqldmo -- so you could probably crawl the object browser and find the stuff you need, too.

good luck! :)
paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top