Actually apache scripts don't use Apache::DBI, or rather not in the sense you are talking about. All of your scripts should use DBI only.
What Apache::DBI does is keep a pool of database connections available so when your script runs multiple times it can reuse the database connection rather than opening a new one every time. This process is transparent to your scripts.
So just continue using DBI like normal and when you need or want higher performance stick 'PerlModule Apache::DBI' in your httpd.conf
In reply to Re: One module for both Apache::DBI and DBI?
by tedrek
in thread One module for both Apache::DBI and DBI?
by chunlou
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |