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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populating with Server Data??

Status
Not open for further replies.

EnduranceMan

Programmer
Mar 12, 2008
13
GB
I am creating a login screen for a small app im writing.
I have two combo boxes, one for the server selection and one for the database connection.

I am wondering if it is possible to populate the server combo box with a list of all the servers, and once the user has selected a server the database combobox is populated with all the databases on that server.

At present i have just hard coded a few server and database names into the boxes.
I am using a UDL connection.

Any help appreciated.
Endo
 
It is possible, I have done it, but that was fetching the tableNames stored in the database. Which server are you using?

Steven
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top