Re: Connect to SQL Server via ODBC from Postgresql

From: Ow Mun Heng <Ow(dot)Mun(dot)Heng(at)wdc(dot)com>
To: Sim Zacks <sim(at)compulab(dot)co(dot)il>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connect to SQL Server via ODBC from Postgresql
Date: 2008-01-09 07:07:13
Message-ID: 1199862433.12814.12.camel@neuromancer.home.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-01-09 07:08:15 Re: Experiences with extensibility
Previous Message Joshua D. Drake 2008-01-09 07:05:10 Re: Experiences with extensibility