WamBamBoozle has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a CGI for editing database tables.
I just got done writing a perl script for editing a rather complicated table and I found myself pushing more and more code into general purpose things when it occurred to me -- this must have been done before! So I looked. I want a generic interface to database tables that will generate interfaces where my users can add, edit and delete rows. Lo and behold, in 2002 someone wrote the very excellent A generic CGI script for database editing, but alas it is a generic interface to MySQL tables. I need oracle. So I am translating it to oracle.
Is there a better way?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: generic CGI table editing?
by NetWallah (Canon) on Dec 15, 2007 at 06:16 UTC | |
|
Re: generic CGI table editing?
by shmem (Chancellor) on Dec 15, 2007 at 09:21 UTC | |
|
Re: generic CGI table editing?
by NetWallah (Canon) on Dec 15, 2007 at 23:36 UTC | |
|
Re: generic CGI table editing?
by zby (Vicar) on Dec 16, 2007 at 10:41 UTC |