How to list available databases?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
newyuppie
Posts: 13
Joined: Fri 07 Jul 2006 05:48

How to list available databases?

Post by newyuppie » Sat 08 Jul 2006 14:52

hi,

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

thanks

Hostonet
Posts: 14
Joined: Thu 31 Mar 2005 18:17
Location: Ham-sur-Heure / Nalinnes

Post by Hostonet » Sun 09 Jul 2006 22:47

In VB.NET ?

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 10 Jul 2006 11:49

Use "show databases;" SQL command to configure MySqlDataTable component. Then use ComboBox component to be bound with MySqlDataTable.

Post Reply