Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleMake an HTML page showing an Access database's structure
KeywordsADO, database, structure, schema, OpenSchema
CategoriesDatabase, Internet
 
Thanks to Dinesh Asanka.

This example uses ADO to open a database connection. It then uses the OpenSchema method to get information about the database's structure. It looks through the structure and generates HTML tables describing the tables and their fields. See the code for details.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated