Thread: interface to MSsql server

interface to MSsql server

From
Antonio Mendez
Date:
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@unbol.bo


Re: [INTERFACES] interface to MSsql server

From
David Hartwig
Date:
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.