Bug #2 in latest ODBC driver (07.02.0004) - Mailing list pgsql-odbc

From Glen Parker
Subject Bug #2 in latest ODBC driver (07.02.0004)
Date
Msg-id 009601c294c7$cc01d4b0$0b01a8c0@johnpark.net
Whole thread Raw
In response to Re: Bug in latest ODBC driver (07.02.0004)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-odbc
This bug *seems* to be the result of incomplete statement recycling (old
values left behind from previous executions).  This is mostly a guess.
Log is attached.

If a non-select statement is executed (INSERT in this case) followed by
a select, trying to fetch the rows from the select will fail with an
invalid scroll type error.

Compiling the driver without the DRIVER_CURSOR_IMPLEMENT flag eliminates
the errors.  Turning updatable cursors on/off in the driver config has
no apparent affect.

Glen Parker
glenebob@nwlink.com

Attachment

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: inserting blob data
Next
From: Hiroshi Inoue
Date:
Subject: Re: inserting blob data