cpopham Posted June 25, 2005 Posted June 25, 2005 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 Quote ____________________________________________ http://www.pophamcafe.com I am starting a developers section, more tutorials than anything.
michael_hk Posted June 27, 2005 Posted June 27, 2005 SHOW DATABASES http://dev.mysql.com/doc/mysql/en/show-databases.html SHOW TABLES http://dev.mysql.com/doc/mysql/en/show-tables.html Quote There is no spoon. <<The Matrix>>
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.