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
 
 
 
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-2003 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated