Bug #2 in latest ODBC driver (07.02.0004)

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Bug #2 in latest ODBC driver (07.02.0004)
Дата
Msg-id 009601c294c7$cc01d4b0$0b01a8c0@johnpark.net
обсуждение исходный текст
Ответ на Re: Bug in latest ODBC driver (07.02.0004)  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список 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

Вложения

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: inserting blob data
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: inserting blob data