Re: [INTERFACES] NEW ODBC DRIVER

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] NEW ODBC DRIVER
Дата
Msg-id 3554F1A9.B35FD1E2@insightdist.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] NEW ODBC DRIVER  ("Chris Osborn" <fozztexx@talia.hq.vxn.com>)
Список pgsql-interfaces
Hello,

For Access to be able to update records it must have a unique key.
Access 95 and 97 can ask for the key if the driver doesn't automatically
return it.
Access 2.0 can not ask and relies completely on the driver to return the
unique key.

There is a setting in the Driver Options dialog which controls how this
happens.
It is called "Recognize Unique Indexes".  If checked, the driver will
automatically return the information.  If not checked (the default), it
will not return a unique index.

Hope this helps.

Byron


Chris Osborn wrote:

> It also keeps insisting that the connection is read only, even
> though I unchecked the read only boxes in both the Driver settings
> and Advanced settings.
>
> ---
> Chris Osborn, Network Administrator      T3West/WebCow!
> 707 255 9330 x225 - Voice                1804 Soscol Ave, #203
> 707 224 9916      - Fax                  Napa, CA 94559
> <fozztexx@t3west.com>                   <http://t3west.com/>




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

Предыдущее
От: Felix Morley Finch
Дата:
Сообщение: Problem with jdbc, nextval ('myseq'), and rs.getInt (1) - SOLVED
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] NEW ODBC DRIVER