http://www.perlmonks.org?node_id=995435


in reply to changing database with DBI and DBD-ODBC

BeneSphinx:

I generally do this:

$DB->do("use new_database");

after the connection is successful to move to the other database.

...roboticus

When your only tool is a hammer, all problems look like your thumb.