Re: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема Re: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL
Дата
Msg-id 8cc40329-b96f-c3ad-63e6-2314aa18288f@ladisch.de
обсуждение исходный текст
Ответ на PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL  ("WAN, RUIWEN" <rx152u@att.com>)
Список pgsql-odbc
WAN, RUIWEN wrote:
> Could we use PostgreSQL ODBC Driver to access Oracle/MSSQL database from PostgreSQL?

The psqlODBC driver allows ODBC clients to access Postgres servers.

To allow a Postgres server to access other servers, you need a Foreign Data Wrapper:
<https://wiki.postgresql.org/wiki/Foreign_data_wrappers>


Regards,
Clemens



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Henrik Krohns
Дата:
Сообщение: Re: Crashing with copy_and_convert_field
Следующее
От: Rolf Østvik
Дата:
Сообщение: RE: PostgreSQL ODBC Driver to access Oracle/MSSQL from PostgreSQL