On Tue, May 21, 2002 at 01:43:40PM -0400, [EMAIL PROTECTED] wrote: : : My guess would be: : : use DBI; : use Apache DBI; : : my $persistant_dbh = Apache::DBI->connect(blah, blah, blah); : my $non_persistant_dbh = DBI->connect(blah, blah, blah); : : But that's untested and offered with no warranty whatsoever that it will : work.
That's tested and doesn't work. The whole point of Apache::DBI is that it intercepts calls to DBI's connect() method and caches them. * Philip Molter * Texas.net Internet * http://www.texas.net/ * [EMAIL PROTECTED]
