ODBC Information (answer it soon)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I want to know the complete information of a Database... how many tables it have what r there manes... each table have how many attributes and what r there names...... and want to show it in a treeview...like this TreeView1.Nodes(0).Nodes.Add(snode) using OleDbConnection i execute query like this select * from emp Table.Columns.Count Table.Columns.Item(count).ToString through this i came to know the column number and name but want to know full information about a database..... Nothing ...........................................................