Difficulty Level
You may have been able to tell by now that I’m a fan of Classic ASP, err…. Active Server Pages.  I love how simple they are to learn, use and how much you can do with them to bring functionality to the web.  I usually use MySQL as the database I pull stuff from on the webpages I make and think this code might be helpful.  It will list all the Databases you’ve been given access to and Tables within those databases.  You can easily expand the code to list the columns in the tables, add tables, drop tables, etc…
[snippet id=”14″]
More Stories
The 4 types of data to plan for during Development. My BING rule.
Classic ASP Grouping of Database Records
Using Wildcard SSL Certificates on IIS 7.5 – The Easy Way