in reply to Need GUI for easy query and results

A very simple approach could be Querylet with Querylet::CGI. This lets you enter parameters and run an SQL query on a server.

This assumes that you already have an HTTP server that can run CGI scripts and DBI with the appropriate database driver (likely DBD::ODBC, DBD::Oracle, DBD::mysql or DBD::SQLAnywhere)

  • Comment on Re: Need GUI for easy query and results