Re: ODBC Open cursors on views

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ODBC Open cursors on views
Дата
Msg-id 000c01c3671b$ae5fd5c0$3d283ddb@PbgX
обсуждение исходный текст
Ответ на Re: ODBC Open cursors on views  (Shachar Shemesh <psql@shemesh.biz>)
Список pgsql-odbc
> -----Original Message-----
> From: Shachar Shemesh [mailto:psql@shemesh.biz]
>
> Quoting Shachar Shemesh <psql@shemesh.biz>:
>
> I found the source of the problem.
>
> I'm using the CVS version. options.c, line 73, has the following:
>             else if (ci->updatable_cursors)
>                 setval = SQL_CONCUR_ROWVER;
> In other words, if updateable cursors are at all available,
> they will override
> whatever I choose to use for concurrency settings.

Oops my mistake. You are right.
I seem to have forgotten to put an "else" before the previous
"if (ci->drivers.lie)" .
I would commit the fix to cvs tomorrow.

Thanks.
Hiroshi Inoue


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

Предыдущее
От: Shachar Shemesh
Дата:
Сообщение: Re: ODBC Open cursors on views
Следующее
От: "Bob Nix"
Дата:
Сообщение: error connecting to PostgreSQL database