Re: Connecting a postgresql client to an oracle7 db - Mailing list pgsql-novice

From Dominique Duflos
Subject Re: Connecting a postgresql client to an oracle7 db
Date
Msg-id 3C63C43B.4CAE3CF8@alcatel.fr
Whole thread Raw
In response to Re: Connecting a postgresql client to an oracle7 db  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-novice
Josh Berkus wrote:

> > I had thought I could write an application that could
> > connect to any SQL-implementing database on our intranet.
>
> You can.  You just need to use each database's *external* interfaces,
>  through ODBC, JDBC, or similar data transmission tools.
>

I will learn about ODBC and see if I can write a tool over it in Tcl. We
only need very simple operations: open the DB, get a table content, then
close.

Thanks to all.
Dominique Duflos.


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Connecting a postgresql client to an oracle7 db
Next
From: "Joshua b. Jore"
Date:
Subject: Re: SETOF / SETS_FIXED?