Thread: Heterogeneous service (like Oracle or Ms SQL Server)

Heterogeneous service (like Oracle or Ms SQL Server)

From
"Mirco Tamburini"
Date:
There is a concept of Database link?
Oracle Heterogeneous service (Trasparent gateway for ODBC) can create a link
to odbc database and the yuo can query 2 table across 2 different DB.


Select products.* , customer.name
from products, customer@MSAccessdb
where products.id=customer.id

P.S.
contrib/dblink can link external odbc/jdbc source.