Joining tables from different relational databases with AlligatorDBC

From: webmaster(at)alligatorsql(dot)de (www(dot)alligatorsql(dot)com)
To: pgsql-sql(at)postgresql(dot)org
Subject: Joining tables from different relational databases with AlligatorDBC
Date: 2002-10-22 22:24:45
Message-ID: 9707c3ac.0210221424.456e0b72@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello everybody,

with AlligatorDBC (database connectivity) you are able to join table from
different relational databases f.e.
a table in MySQL mytab and a table in Oracle oratab

This works for Oracle8i, MySQL, Interbase, Birdstep RDM, PostgreSQL and MSSQL.

Select * from oratab, mytab where oratab.id = mytab.id

Export and Import from f.e. MySQL to Oracle

Create table oratab as Select * from mytab.

If you need information just send us a e-mail to info(at)alligatorsql(dot)com
We will send you an article about the AlligatorDBC/SQL and the techniques.

Hope that helps ?

Best regards
Manfred Peter
(Alligator Company GmbH i.Gr.)
http://www.alligatorsql.com

Browse pgsql-sql by date

  From Date Subject
Next Message peter 2002-10-23 07:50:36 Multiple Databases
Previous Message Peter Galbavy 2002-10-22 18:54:47 Re: 'fake' join and performance ?