Does anyone have a sample code which demonstrates
using DBI to access both a remote oracle and local
sybase servers simultaneously?

Goal is to connect & perform same operations 
(insert & select & delete) on both databases.  From a 
code level perspective, each insert
and update must in affect be performed twice ( once 
for each datastore oracle/sybase). This would render
the databases equal in terms of information added
& and removed.

I have an idea of how I might try it but wanted to 
know if anyone had done it or knows exactly how,
caveats, etc.  The oracle queries would be to a
remote host while the sybase queries would be on 
the local host.

TIA!

TIA

Reply via email to