Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ?? - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??
Date
Msg-id 20060106063323.GA4308@soptik.pzkagis.cz
Whole thread Raw
In response to VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??  (linuxgps <linuxgps@invitel.hu>)
List 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 by date:

Previous
From: linuxgps
Date:
Subject: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??-> exception error
Next
From: "Dave Page"
Date:
Subject: Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??