Sql2xml is a Perl CGI program that will help users or developers to request database query in XML or INI format through a web server. A single sql2xml support request from multiple user and multiple database.
It is useful for those server which does not allow direct access to the database. it serves as a middle man between your database and end user application.
Product's homepage
Requirements:
· Perl
· libdbi-perl
· libxml-simple-perl
· libconfig-ini-simple-perl
What's New in This Release: [ read full changelog ]
· A parameter is now defined between curly brackets, instead of a hash; for example, "select * from param1={param1}".
· Error messages on failure were improved.