Can't recommend a module since I've never used on for that, though I can say
that this will not be hard to code yourself.  You might want to also think
about doing this yourself to be more customizable.  My experience with
modules that provide an easy interface to this functionality, is that sooner
or later they run out of expandability and flexibility and you will have to
code yourself anyways, though I don't know there might be a module out there
that was thoughtfully designed with this in mind and might be all purpose:-)

Ilya

> -----Original Message-----
> From: Alex Gerasev [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 09, 2001 1:50 AM
> To: [EMAIL PROTECTED]
> Subject: Web interface?
>
>
> Hi,
>
> Let me briefly explain what I need: I'm working on application that uses
> perl DBI internally and provides web user interface.  I need to be able to
> provide nice database table access from the web, i.e. view tables (or even
> sets of data generated by database as a response to ANY sql statement) or
> parts of the tables, modify records, add records, etc.  I would like to be
> able to sort dataset by clicking on a column name.  To delete or
> modify line
> by clicking the hyperlink to the right of that record.  This is what this
> could look like:
>
> col1  col2    col3
> ----------------
> one1  one2    one3            delete | modify
> two1  two2    two3            delete | modify
>
>
> Could anyone suggest me a module for that?  There's a number of related
> modules on CPAN, however, part of them doesn't do exactly what I want,
> another part is far from being bug-free...  If you have
> experience in doing
> something like that, I would appreciate your comment!
>
> Thanks!
> Alex.

Reply via email to