Jun 25, 2005 #1 C cpopham Well-known member Joined Feb 18, 2004 Messages 273 Is there anyway to get a list of all the databases on a mysql server using vb .net? Then is there a way to list the tables in these databases? Thanks, Chester
Is there anyway to get a list of all the databases on a mysql server using vb .net? Then is there a way to list the tables in these databases? Thanks, Chester
Jun 26, 2005 #2 michael_hk Well-known member Joined Nov 24, 2003 Messages 199 Location Hong Kong SHOW DATABASES http://dev.mysql.com/doc/mysql/en/show-databases.html SHOW TABLES http://dev.mysql.com/doc/mysql/en/show-tables.html
SHOW DATABASES http://dev.mysql.com/doc/mysql/en/show-databases.html SHOW TABLES http://dev.mysql.com/doc/mysql/en/show-tables.html