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

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: linuxgps <linuxgps(at)invitel(dot)hu>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??
Date: 2006-01-06 06:33:23
Message-ID: 20060106063323.GA4308@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2006-01-06 08:19:13 Re: VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??
Previous Message linuxgps 2006-01-06 05:22:01 VBA 6 crashes with WIN2K, Postgres 8.1, why ? which dll ??-> exception error