Re: ADO and sequences - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: ADO and sequences
Date
Msg-id 44ECFCDC.8000300@tpf.co.jp
Whole thread Raw
In response to Re: ADO and sequences  (Andreas <maps.on@gmx.net>)
List 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 by date:

Previous
From: Andreas
Date:
Subject: Re: ADO and sequences
Next
From: Hiroshi Inoue
Date:
Subject: Re: SQLStatistics problem