Re: Connect to SQL Server via ODBC from Postgresql

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Connect to SQL Server via ODBC from Postgresql
Дата
Msg-id 478474E5.9060604@commandprompt.com
обсуждение исходный текст
Ответ на Re: Connect to SQL Server via ODBC from Postgresql  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Ответы Re: Connect to SQL Server via ODBC from Postgresql  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Список pgsql-general
Ow Mun Heng wrote:
> On Wed, 2008-01-09 at 08:41 +0200, Sim Zacks wrote:
>> Another way of doing this, without dblink, is using an unsecured language
>> (plpython, for example) is to connect to the sql server using odbc and then
>> putting the data into your postgresql.
>
> I use perl DBI to connect to both PG and MSSQL.
>

Perl or Python both would service this just fine or PHP (egads).

Sincerely,

Joshua D. Drake


>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


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

Предыдущее
От: Ow Mun Heng
Дата:
Сообщение: Re: Experiences with extensibility
Следующее
От: Ow Mun Heng
Дата:
Сообщение: Re: Connect to SQL Server via ODBC from Postgresql