in reply to changing database with DBI and DBD-ODBC
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: changing database with DBI and DBD-ODBC
by BeneSphinx (Sexton) on Sep 24, 2012 at 20:14 UTC |