Re: Connect to SQL Server via ODBC from Postgresql - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Connect to SQL Server via ODBC from Postgresql
Date
Msg-id 478474E5.9060604@commandprompt.com
Whole thread Raw
In response to Re: Connect to SQL Server via ODBC from Postgresql  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Responses Re: Connect to SQL Server via ODBC from Postgresql
List 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 by date:

Previous
From: Ow Mun Heng
Date:
Subject: Re: Experiences with extensibility
Next
From: Ow Mun Heng
Date:
Subject: Re: Connect to SQL Server via ODBC from Postgresql