in reply to Which modules are best for accessing MySQL
DBI is most commonly used for database access to MySQL and to others. If you're using mod_perl you'll probably want to check out Apache::DBI which will make your database connections persistent and thus faster.
As for your 'non-standard' modules question, yes that can be a concern, however mod_perl itself isn't exactly standard, and everyone knows that DBI is the standard for database access in Perl. If you have a host that doesn't have it or won't install it, its likely they won't have mod_perl either.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Which modules are best for accessing MySQL
by Fletch (Bishop) on Jun 08, 2004 at 13:57 UTC | |
by stvn (Monsignor) on Jun 08, 2004 at 17:23 UTC | |
by cfreak (Chaplain) on Jun 09, 2004 at 04:45 UTC | |
| |
|
Re^2: Which modules are best for accessing MySQL
by herkusberkus (Initiate) on Jun 08, 2004 at 14:05 UTC |