Re: Connecting a postgresql client to an oracle7 db

Поиск
Список
Период
Сортировка
От Dominique Duflos
Тема Re: Connecting a postgresql client to an oracle7 db
Дата
Msg-id 3C63C43B.4CAE3CF8@alcatel.fr
обсуждение исходный текст
Ответ на Re: Connecting a postgresql client to an oracle7 db  ("Josh Berkus" <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Connecting a postgresql client to an oracle7 db
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: SETOF / SETS_FIXED?