I have to something like this...
My app. comunicates to a local access database. The client dont have MS Access installed, so I need to write a utility which would show the data and the user can see or alter the data.
Writing a utility for one database (hardcoding) is easy, but I need to create generic, user can select any access database, and left pane should show you the tables. user clicks on a table and in right pane user should see all data of the table, user can make changes and click on update. it should update the access database.
I was successfull with one databse by hardcoding but when moving to generic i get errors.