RE: [ODBC] ODBC <6.4 protocol

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Bruce Momjian'" <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Cc: PostgreSQL odbc list <pgsql-odbc(at)postgreSQL(dot)org>
Subject: RE: [ODBC] ODBC <6.4 protocol
Date: 2001-02-14 08:13:21
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A2998@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: 14 February 2001 06:20
> To: PostgreSQL-development
> Cc: PostgreSQL odbc list
> Subject: [ODBC] ODBC <6.4 protocol
>
>
> I have backed out the changes to ODBC that removed compatibility with
> <6.4 servers, so the 7.1 ODBC code still supports the older servers.
> I have changed the dialog box from "6.4+" to "7.X,6.4+" to
> make it less
> confusing for users.
>
> Is that ODBC protocol dialog box needed? Can the client
> auto-detect the
> server version?
>

I would assume not because the driver needs to make the connection and
execute SELECT version() to figure out the server version (which is what
happens with the current driver during the ODBC connection initialisation),
unless there is a way to figure it out from the server's response when the
tcp/ip connection is initiated. I'm not familiar with the protocol used
though so I can't comment on that...

Regards,

Dave.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-02-14 08:45:45 Re: [ODBC] ODBC <6.4 protocol
Previous Message Bruce Momjian 2001-02-14 06:19:33 ODBC <6.4 protocol

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-02-14 08:28:06 RE: Re: RE: [PATCHES] Re: [HACKERS] 6.2 protocol
Previous Message Dave Page 2001-02-14 08:13:09 RE: Re: RE: [PATCHES] Re: [HACKERS] 6.2 protocol