I want to write a simple c++ program that allows me to edit my database tables.Each table stands on its own(no table is related to another).The UI i want is simple.I want my tables to be shown as follows:
- Table-One
- Table-Two
- Table-Three
- Table-Four
- Table-Five
- Table-Six
- Table-Seven
- Table-Eight
- And-So-Forth
I want to be able to click Table-One and a form comes up to edit the table.Has anyone ever tried to do this and how did you do it?.
Thanks.