[EMAIL PROTECTED] wrote:
> 
> Does anyone have a sample code which demonstrates
> using DBI to access both a remote oracle and local
> sybase servers simultaneously?

This should be quite straightforward to do - just open
connections to the appropriate database servers using
DBD::Oracle and DBD::Sybase and then run with it.

DBD::Sybase doesn't distinguish between "local" and
"remote" servers - it only knows about a logical server
name that the Sybase client libraries then use to look
up the appopriate connection parameters in the interfaces 
file.

Michael

Reply via email to