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.