On Fri, 2004-07-23 at 05:27, Batara Kesuma wrote:
> Can I use Apache::DBI to initiate persistent DB connection only for some
> DB handler?

Sure, just use the dbi_connect_method option on the ones you want to
make non-persistent:

my $dbh = DBI->connect('dbi:...',... ,{'dbi_connect_method' =>
'connect'});

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to