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);
- RE: switching to a different database from a DSN Mahdi A. Sbeih
- RE: switching to a different database from a DSN Gregory_Griffiths
- RE: switching to a different database from a DS... Mahdi A. Sbeih
