Re: [INTERFACES] {Maybe not so OT} interface to MSsql server

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [INTERFACES] {Maybe not so OT} interface to MSsql server
Дата
Msg-id 369F4A71.3C03496@trust.ee
обсуждение исходный текст
Ответ на RE: [INTERFACES] {OT} interface to MSsql server  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
Список 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 по дате отправления:

Предыдущее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [INTERFACES] http://www.tcu-inc.com/support/#scripts
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Re: AWL: postgres odbc woes, continued .......