Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??
Дата
Msg-id 20060106063323.GA4308@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??  (linuxgps <linuxgps@invitel.hu>)
Список pgsql-odbc
> Q 1.:  Is this general, or some libraries are wrong on my system ?

There is problem in psqlodbc >= 08.01 (I'm not sure if in 08.00 too).

>  'For updateable recordsets we would typically open a Dynamic recordset.

Updateable recordsets are broken since begin of rewrite to libpq
library. This is the problem.

>  'Forward Only recordsets are much faster but can only scroll forward and

This and static cursors may work correctly.

>  rs.Open "SELECT id, data FROM vbtest", cn, adOpenDynamic

adOpenDynamic isn't supported with the newest version.
If you need this behaviour you can try older 07.03 (or maybe 08.00)
version of psqlodbc.

We are at the start point of rewriting the psqlODBC driver. Please
be patient with us.

To all:
Isn't the time to change the documentation? Is here some volunteer which
provide this job for us?

Regards,

Luf

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

Предыдущее
От: linuxgps
Дата:
Сообщение: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??-> exception error
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??