RE: connect to MS SQL server

From: László Tibor <ltibor(at)mail(dot)tiszanet(dot)hu>
To: "dhninh" <dhninh(at)cmc(dot)com(dot)vn>
Cc: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: connect to MS SQL server
Date: 2001-04-02 09:45:56
Message-ID: NEBBJDDFALKDHFBLCGCPMEIHCAAA.ltibor@mail.tiszanet.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Now I want to use Postgres as frontend to connect to MS SQL server
> on a Windows machine . Is it possible ?

No. In your terms Postgres is a backend, not a frontend. What you've
installed with RedHat is a PostgreSQL server (backend). Of course
you can write, use frontends (there are some with the ditribution,
eg. psql) with PostgreSQL from the Linux box or from any Windows
machine, but only for accessing PostgreSQL backends. This list is
only for these issues.

The PostgreSQL backend uses its own backend protocol as the M$ SQL
Server does. They are absolutely incompatible. So use a backend for
M$ SQL on Windows. You needn't use any PostgreSQL related thing...
Please refer your SQL Server documentation, or visit
http://www.microsoft.com/Servers/

Regards,

Tibor Laszlo
ltibor(at)mail(dot)tiszanet(dot)hu

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrew Kuchling 2001-04-02 20:07:00 pgdb.py fetching same row multiple times
Previous Message Grant 2001-04-02 00:34:02 Re: [PHP] postgresql array with PHP