Re: ADO and sequences

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: ADO and sequences
Дата
Msg-id 44ECFCDC.8000300@tpf.co.jp
обсуждение исходный текст
Ответ на Re: ADO and sequences  (Andreas <maps.on@gmx.net>)
Список pgsql-odbc
Andreas wrote:
>
>
> Hiroshi Inoue schrieb:
>>
>> The driver doesn't support Updatable Cursors.
>> Please install the 8.2.0002 version from the site
>>     http://pgfoundry.org/projects/psqlodbc/
>> and turn on the Updatable Cursors option.
> I'll try this one later today.
>
> Could you give me the Updatable Cursors option as a string that I can
> include in a connection string for a dsn-less connection, please?


UpdatableCursors=1
  or
C4=1  (if you prefer a shorter string)
.

regards,
Hiroshi Inoue

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

Предыдущее
От: Andreas
Дата:
Сообщение: Re: ADO and sequences
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: SQLStatistics problem