NEW ODBC DRIVER v06.40.0001

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема NEW ODBC DRIVER v06.40.0001
Дата
Msg-id 364887AB.C8A4B0CA@insightdist.com
обсуждение исходный текст
Список pgsql-interfaces
Hi,

Here's a new driver that supports the 6.4 protocol.   Borland people
might want to take note that the driver now makes use of the "atttypmod"
field in the 6.4 protocol.  This means that queries on varchar/char
columns should return the correct field width (finally).  Also, the KSQO
option is now activated by default.  You can change this on the Driver
options dialog.

Only the windows executable distribution is posted currently.  There is
no unix binary distribution nor is there any source code currently
posted on our site.  We will be making source code updates to the
postgres distribution at hub.org, but we are not sure if we are going to
post source code directly on our site anymore, since you can just as
easily download the stuff from ftp://ftp.postgresql.org/pub, once it is
updated of course.

I am in the process of updating the FAQ and other documents on our site
so bear with me.

Byron





version.txt           date:  11/10/98             version:  06.40.0001
----------------------------------------------------------------------
This file describes changes and or fixes since the last update.

NEW FEATURES:

1. Support for postgres 6.4 protocol.  Varchar/char[] sizes should now
   be accurate in queries (such as in Borland).  Postgres 6.3 and 6.2
   protocol are still supported.  The protocol setting is accomplished
   on the Advanced Options (Datasource) dialog.

2. Added KSQO (Keyset query optimization) option.  The default is on.
   This features helps with queries such as those Access generates,
   which uses keysets.  Without KSQO, these would most likely crash
   with palloc exhaustion.

BUG_FIXES:

1. define ODBCVER to 0x0200 so the driver can compile under VC++5.0.



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: betrieb.awms@t-online.de (Johann Hueppeler)
Дата:
Сообщение: Re: [INTERFACES] ODBC-Driver for win 3.1
Следующее
От: "Bryan White"
Дата:
Сообщение: Determine data type of columns