EnduranceMan
Programmer
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
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