May I ask, just out of curiosity, what weird database are they connecting to? This sounds overcomplicated.
Yes, it does. The usual way to connect to a database would be to use DBI and some DBD::xxx module specific to the database in use. E.g. DBD::Oracle, DBD::Pg, DBD::MariaDB (also for MySQL), DBD::SQLite, or if everything else fails, DBD::ODBC plus the ODBC driver for the database plus an ODBC manager (comes with Windows, something like unixODBC needs to be installed on Unix).
Alexander
--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
| [reply] |
| [reply] |