|
|
Title | Make an HTML page showing an Access database's structure |
Keywords | ADO, database, structure, schema, OpenSchema |
Categories | Database, 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.
|
|
|
|
|
|