in reply to Re: ActiveState to Strawberry?
in thread ActiveState to Strawberry?
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: ActiveState to Strawberry?
by etj (Priest) on Mar 08, 2025 at 15:41 UTC |