Re: OIDS column required with ODBC ?

Поиск
Список
Период
Сортировка
От Secrétariat
Тема Re: OIDS column required with ODBC ?
Дата
Msg-id 007601c4a0ad$bcbaed90$0a00a8c0@lrp43008
обсуждение исходный текст
Ответ на Re: OIDS column required with ODBC ?  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
Список 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/
>
>


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

Предыдущее
От: Secrétariat
Дата:
Сообщение: Re: OIDS column required with ODBC ?
Следующее
От: Solo Vision
Дата:
Сообщение: Hello