Re: [INTERFACES] interface to MSsql server

Lists: pgsql-interfaces
From: Antonio Mendez <antonio(at)unbol(dot)bo>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: interface to MSsql server
Date: 1999-01-13 16:12:21
Message-ID: 369CC5E5.172BFD16@unbol.bo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

hi friend,
I want to connect from a linux box (redhat 5.2 and postgresql 6.5) to
the data base
MS -SQL server of microsoft, by means of ODBC interface.
Is it possible?

The postgresSQL is the client y the MS-SQL is the server.

thank's for all

--
Antonio Mendez A.
email: antonio(at)unbol(dot)bo


From: David Hartwig <daveh(at)insightdist(dot)com>
To: antonio(at)unbol(dot)bo
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] interface to MSsql server
Date: 1999-01-13 19:32:36
Message-ID: 369CF4D4.BF504F9D@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

There may be some confusion here. PostgreSQL is an SQL server. There
are, additionally, several interfaces included in the PostgreSQL package
which client applications on various platforms and languages need to
communicate to the PostgreSQL. One of these interfaces is the ODBC
driver library. This interface like all the other included interfaces,
is written to ONLY communicate to the PostgreSQL server.

MS distributes its own SQL Server, client side, interfaces. I'm not
sure what interfaces exist (if any), in the MS world, which will allow a
Linux box to host client programs for a MS-SQL Server.

Antonio Mendez wrote:

> hi friend,
> I want to connect from a linux box (redhat 5.2 and postgresql 6.5) to
> the data base
> MS -SQL server of microsoft, by means of ODBC interface.
> Is it possible?
>
> The postgresSQL is the client y the MS-SQL is the server.