Обсуждение: psqlODBC 08.01.0101 Released

Поиск
Список
Период
Сортировка

psqlODBC 08.01.0101 Released

От
"Dave Page"
Дата:
I've just uploaded psqlODBC 08.01.0101 to
ftp://ftp.postgresql.org/pub/odbc/versions/, it'll be on the website and
FTP mirrors within 24 hours.

This release fixes a serious problem in non-declare/fetch mode where
recordsets over the configured declare/fetch cache size were returned
incorrectly. It is advised that all users of v08.01.0100 upgrade as soon
as possible.

Regards, Dave.

Re: psqlODBC 08.01.0101 Released

От
Andreas
Дата:
Dave Page wrote:

>I've just uploaded psqlODBC 08.01.0101 to
>[...]It is advised that all users of v08.01.0100 upgrade as soon
>as possible.
>
>

Hi Dave,
I tried to upgrade with this batch-file in your ZIP but even after a
reboot DSN admin still sais both pg-odbc drivers were 08.01.01.00.

Is this because I have the 8.1 server including odbc installed but not
the separate odbc package ?


Sorry for bothering you,
Andreas

Re: psqlODBC 08.01.0101 Released

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Andreas [mailto:maps.on@gmx.net]
> Sent: 11 November 2005 14:58
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] psqlODBC 08.01.0101 Released
>
> Dave Page wrote:
>
> >I've just uploaded psqlODBC 08.01.0101 to
> >[...]It is advised that all users of v08.01.0100 upgrade as soon
> >as possible.
> >
> >
>
> Hi Dave,
> I tried to upgrade with this batch-file in your ZIP but even after a
> reboot DSN admin still sais both pg-odbc drivers were 08.01.01.00.
>
> Is this because I have the 8.1 server including odbc
> installed but not
> the separate odbc package ?

Yes. You can only upgrade from the previous psqlODBC release. To upgrade
a pgInstaller installed psqlODBC, either upgrade the whole
postgresql-8.1.0-2 package (uploaded earlier today), or install psqlODBC
as a new package (ie. don't use upgrade.bat). You might find you then
need to tweak DSNs so they use the right DLLs.

Regards, Dave.