Link to home
Start Free TrialLog in
Avatar of d10u4v
d10u4vFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Get list of SQL databases on selected server

Hi,

I'm in the process of finalising my project and i'm creating a sonnection setup form.  Is there any way of, once a user has entered a server address for the SQL server, populating a combobox with a list of database found on that server?

My form has:

Server:
Database:
Username:
Password:

Regards,
Tom
ASKER CERTIFIED SOLUTION
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of d10u4v

ASKER

That worked great!  I'll get the data for the server and login details from the user, so as to not store them in the code.  This should make setting up users computers a lot easier.

Thanks
Tom