Re: [INTERFACES] {Maybe not so OT} interface to MSsql server - Mailing list pgsql-interfaces

From Hannu Krosing
Subject Re: [INTERFACES] {Maybe not so OT} interface to MSsql server
Date
Msg-id 369F4A71.3C03496@trust.ee
Whole thread Raw
In response to RE: [INTERFACES] {OT} interface to MSsql server  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
List pgsql-interfaces
Hannu Krosing wrote:
>
> Jackson, DeJuan wrote:
> >
> > > You may have some luck using SyBase client libraries, AFAIK the
> > > early MSSQL used the same protocols (was probably a port of SyBase)
> > I'm almost certain the MSSQL 6.5 was a port of Sybase 9.* or 10.*
> > And the Sybase drivers will connect with it.
>
> The FreeTDS drivers are at http://metalab.unc.edu/freetds/index.html

And they are planning a TDS Gateway - a program that provides TDS
(ie MSSQL and SyBase) clients with access to other databses, the
first one being - surprise! - PostgreSQL.

From that on - maybe we could contemplate moving our FE-BE protocol
over to TDS. I suspect they are currently implementing much more of
ANSI standard SQL CLI than the current (IMHO not very elegant) protocol.

I have not looked at it, but I guess that they already have things
like prepare statements, standard binary format for data (which should
of course be made extendable for PGSQL), column bindings, getting
column info, and possibly other things needed to make effective
interactive client apps.

-------------
Hannu Krosing

pgsql-interfaces by date:

Previous
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [INTERFACES] http://www.tcu-inc.com/support/#scripts
Next
From: Byron Nikolaidis
Date:
Subject: Re: AWL: postgres odbc woes, continued .......