On Mon, Jan 16, 2006 at 12:42:10PM -0800, Tyler MacDonald wrote: > Jeremy Nixon <[EMAIL PROTECTED]> wrote: > > It looks like it would work perfectly with connect_cached, which I hadn't > > known about, but now that I do, I'm all excited to change my code to use > > it instead of Apache::DBI. > > *instead*, eh... I'm using it as well... Could this be part of the > problem? Does Apache::DBI interfere with DBI->connect_cached or vice-versa?
DBI->connect_cached will automatically call Apache::DBI->connect if Apache::DBI was loaded before DBI, or if you do $DBI::connect_via = "Apache::DBI::connect"; Tim.