Re: dblink to non postgresql dbms

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: "David Rowley" <dgrowley(at)gmail(dot)com>
Cc: "Klint Gore" <kgore4(at)une(dot)edu(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: dblink to non postgresql dbms
Date: 2008-06-29 09:42:54
Message-ID: 92869e660806290242u64205392u465db02dcd85908f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2008/6/29 David Rowley <dgrowley(at)gmail(dot)com>:
>
> I had forgotten to say before that my instance of postgresql is running on
> windows.
>
> I can't seem to find any evidence of freetds running on windows, I guess
> there is not a great deal of need since MS's native client is there. So I'm
> thinking of re-writing the dblink-tds to use Mircosoft's native client
> rather than tds. The odbclink does not have any files yet, but looks like
> exactly what I'd need.

You could also try dbi-link, it's in Perl so should be portable and
quite easy to rewrite.
Think of DBD::ODBC or DBD::ADO (the latter works for me with ActivePerl)

--
Filip Rembiałkowski

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Taha Ozket 2008-06-29 13:44:01 LDAP Authentication
Previous Message David Rowley 2008-06-28 23:22:44 Re: dblink to non postgresql dbms