Admin application, design dilemma...
Im have been given the wonderful task of designing an admin app for a database... there are about 40 tables that are editable, all with different number of columns and types. I want to make this app as polymorphic as possible...
All that really differs is the sql statements needed to perform the CRUD operations, the visuals and the GUI is the same...
Just how generic can I make it? I have already designed the classes for each of the 40 tables, with CRUD(create, read, update, delete) methods...
All I need is a polymorphic GUI (datagrid) because if there is a change in the GUI, I don't feel like changing áll 40 datagrids (for example if the paging should change from 10 to 20)
HOW can I do this? Im pretty good with OO in vb.net but unsure how to apply this to the GUI...
Any guru or MCAD who favours OO solutions and who can solve my dilemma?
kind regards
Henrik