I'm running Apache 1.33 and mod_perl 1.29. My question is how can I use Apache::DBI for connection pooling for my DBD::mysql connections and not use it for my DBD::ODBC conections. Is this even possible? I don't want any connection pooling at all for DBD::ODBC for reasons I won't get into.
Thanks, --Ian