Hi all,

I am using DBI::ODBC on windows platform to
access Informix database.
I defend database x when I created the DSN.
Is there a way to switch to a database different
from the one defined when creating the DSN.

In other words use the same DSN to access all the 
database on the same database server.
$dbh = DBI->connect("dbi:ODBC:myDSN","","",\%attr);

Reply via email to