Informix and VB.NET
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I've managed to connect to an Informix database to display the contents of a specific table in a DataGridView. What I am struggling with is getting the table and fields names from the database, and putting the information into a TreeView so that the user can select the table in the tree, and update the grid with that selected table - but I can't seem to get it to collect the schema information. Ideally, I'd like to have the first node on the tree as the database name, followed by nodes for the table name, and then nodes for the field names. Could anybody point me in the right direction?