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
 
 
 
 
 
 
TitleUse ADO to read a database's structure
Keywordsdatabase, structure, TreeView, DataGrid, schema
CategoriesDatabase, Controls
 
Thanks to Herman Liu.

Use the ADO objects' properties and methods to find the database structure.

This rather complex program loads the tables' names into a TreeView control. Open a table's node to see the fields it contains. Double click on a field to see its properties. Double click a table display the table's records in a DataGrid control. See the code for details.

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