> After looking at the documentation/code I do not think I can use > Apache::DBI for that (but I'd love to be proven wrong!). Can anybody > point me towards a solution. I can obviously copy and modify > Apache::DBI, but it seems the kind of code that it's easy to get wrong > in very subtle ways, so I'd rather avoid that.
DBI provides connect() and connect_cached() That'll probably give you what you need Clint