arunhorne has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I have a MySQL database table containing a set of parameters used by our build deployment system. From time to time it becomes necessary to add, delete or ammend rows in the parameter table
We would like to create a web page to administer this functionality. I could easily create such a webpage based around iteration over DBI query to display parameters etc etc. However I got thinking and figured this must be a fairly common requirement to want to provide this sort of 'front-end' to a table. All of the searches however that I tried against CPAN etc came back with too many results to be useful.
As you have probably guessed my question is, what is the best way to do this given the points below. I can't believe no one has encountered this problem before, I just can't find any evidence!
Thanks in anticipation
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Generic Editing of Database Tables in Webpages
by marto (Cardinal) on Nov 08, 2005 at 16:18 UTC | |
| |
|
Re: Generic Editing of Database Tables in Webpages
by davidrw (Prior) on Nov 08, 2005 at 16:34 UTC | |
by Fletch (Bishop) on Nov 08, 2005 at 16:47 UTC | |
|
Re: Generic Editing of Database Tables in Webpages
by pboin (Deacon) on Nov 08, 2005 at 18:15 UTC |