Re: Bug #2 in latest ODBC driver (07.02.0004)

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Bug #2 in latest ODBC driver (07.02.0004)
Дата
Msg-id 3DE33B35.16B290D3@tpf.co.jp
обсуждение исходный текст
Ответ на Bug #2 in latest ODBC driver (07.02.0004)  ("Glen Parker" <glenebob@nwlink.com>)
Список pgsql-odbc
Glen Parker wrote:
>
> 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.

I committed a change to cvs though I tested none about it.
Could you try it ? Please nmake clean before rebuilding it.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

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

Предыдущее
От: "Han"
Дата:
Сообщение: SQL_C_CHAR & SQL_VARBINARY
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Very large queries with ODBC