Reputation: 19
I want to create a small desktop app with the purpose of querying a database (MongoDB database) and I want my app to show databases and tables list in a tree view, on the left pannel for example:
database1
-table1
-table2
database2
-table1
-table2
-table3
and in the right panel I want to display the data in a table. When the user select the table the data should be displayed in the table.
I managed to display the database list but not the tables.
Upvotes: 0
Views: 51