Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
 
 
 
 
 
 
 
Old Pages
 
Old Index
Site Map
What's New
 
Books
How To
Tips & Tricks
Tutorials
Stories
Performance
Essays
Links
Q & A
New in VB6
Free Stuff
Pictures
 
 
 
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-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated