I have a series of MYSQl Tables that I want to inspect via a web page, generating the logic to simply display the data is straightforward, however, it's tedious to create each page then write the logic to make the data editable.
Since it's largely repetition it should be fairly easy for someone to have built a application that generates the ASPX page to view and edit this data. No need for anything fancy... just display and edit thedata.
I've found applications (Visual Studio is one) that does this for a MS SQL database... but does anyone know of an application that generates ASPX pages that interface with a MYSQL database?
Software/Hardware used:
ASKED:
March 25, 2009 3:04 PM
UPDATED:
March 27, 2009 2:43 PM
That really doesn’t answer the question though, If I were to do that I would just take the time to write the code myself.