Page 1 of 1

How to list available databases?

Posted: Sat 08 Jul 2006 14:52
by newyuppie
hi,

is there a way to connect to MySQL and provide the user with a dropdownlist of all available databases?

thanks

Posted: Sun 09 Jul 2006 22:47
by Hostonet
In VB.NET ?

Posted: Mon 10 Jul 2006 11:49
by Alexey
Use "show databases;" SQL command to configure MySqlDataTable component. Then use ComboBox component to be bound with MySqlDataTable.