Re: [INTERFACES] NEW ODBC DRIVER - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject Re: [INTERFACES] NEW ODBC DRIVER
Date
Msg-id 3554F1A9.B35FD1E2@insightdist.com
Whole thread Raw
In response to Re: [INTERFACES] NEW ODBC DRIVER  ("Chris Osborn" <fozztexx@talia.hq.vxn.com>)
List 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 by date:

Previous
From: Felix Morley Finch
Date:
Subject: Problem with jdbc, nextval ('myseq'), and rs.getInt (1) - SOLVED
Next
From: Byron Nikolaidis
Date:
Subject: Re: [INTERFACES] NEW ODBC DRIVER