From: | "Josh Berkus" <josh(at)agliodbs(dot)com> |
---|---|
To: | Oleg Lebedev <olebedev(at)waterford(dot)org>, Postgres SQL Mailing List <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: linking from SQL Server |
Date: | 2002-01-25 01:19:28 |
Message-ID: | web-675495@davinci.ethosmedia.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Oleg,
> I am wondering if anybody tried to link PostgreSQL tables/databases
> from
> SQL Server.
> As I understand SQL Server uses OLE DB for this kind of connections.
> I
> wonder if this is possible at all with postgres.
In theory, yes. In practice, no.
According to the documentation, SQL-Server supports any Win32 ODBC
driver ... which would include PostgresODBC. However, in practice,
only Microsoft-supplied drivers actually work; ODBC drivers for
Postgres and MySQL mysteriously do not function with SQL-Server (even
though they do work with MS Access).
I think this is incompetence on Microsoft's part rather than malice;
all of this works through DTS, a utility which is responsible for over
300 Knowledge Base issues.
Note: I have not tried any of this with SQL Server 2000, just 7.0 sp3.
-Josh
______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco and non-profit
organizations. San Francisco
From | Date | Subject | |
---|---|---|---|
Next Message | Bhuvan A | 2002-01-25 10:58:19 | Good tutorial on plperl. |
Previous Message | Steve Boyle (Roselink) | 2002-01-25 00:55:19 | Re: linking from SQL Server |