Re: OIDS column required with ODBC ?

From: Secrétariat <ets(at)rolland-fr(dot)com>
To: "ODBC PostgreSQL" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: OIDS column required with ODBC ?
Date: 2004-09-22 14:09:11
Message-ID: 007601c4a0ad$bcbaed90$0a00a8c0@lrp43008
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

For information :
It's a cursor side problem !
By default MS-VB6 use "server side cursor" only alowing Open in "Static
mode" with "Pessimistic Lock".
Setting "CursorLocation=adUseClient" use "client side cursor" alowing Open
in "Dynamic mode" with "Optimistic Lock".
Hard work !...
Luc

>> I use the Open Method from ADO in MS Visual-Basic 6.0 ...
>> Is there anybody who can explain to me why I can't open tables without
>> OIDS ?
>>
>> Thanks.
>>
>> Luc
>>
> Try defining the table as static readonly, and see if that helps.
>
> Shachar
>
> --
> Shachar Shemesh
> Lingnu Open Source Consulting ltd.
> http://www.lingnu.com/
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Solo Vision 2004-09-23 04:14:33 Hello
Previous Message Secrétariat 2004-09-21 18:41:27 Re: OIDS column required with ODBC ?