Re: Connecting a postgresql client to an oracle7 db

From: Dominique Duflos <Dominique(dot)Duflos(at)alcatel(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Connecting a postgresql client to an oracle7 db
Date: 2002-02-08 12:27:39
Message-ID: 3C63C43B.4CAE3CF8@alcatel.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua b. Jore 2002-02-08 14:23:52 Re: SETOF / SETS_FIXED?
Previous Message Rob 2002-02-07 21:16:31 Cursors in PL/pgSQL