Joining tables from different relational databases with AlligatorDBC

From: www.alligatorsql.com <webmaster_at_alligatorsql.de>
Date: 22 Oct 2002 15:23:41 -0700
Message-ID: <9707c3ac.0210221423.4a0a7cd5_at_posting.google.com>



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

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.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 Received on Wed Oct 23 2002 - 00:23:41 CEST

Original text of this message