Some databases allow you to share tables form others, so you could try
that, I think that it is called a Database Link.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 11 July 2001 14:18
> To: [EMAIL PROTECTED]
> Subject: switching to a different database from a DSN
>
>
> 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);
>