On Sat, 2005-01-29 at 22:01 -0600, Ian Joyce wrote: > 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.
Pass "connect_method => 'connect'" as one of the parameters to DBI- >connect() for the DBD::ODBC connections. - Perrin