Re: [INTERFACES] NEW ODBC DRIVER

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Chris Osborn <fozztexx(at)talia(dot)hq(dot)vxn(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] NEW ODBC DRIVER
Date: 1998-05-10 00:15:37
Message-ID: 3554F1A9.B35FD1E2@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)t3west(dot)com> <http://t3west.com/>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-05-10 02:13:48 Re: [HACKERS] Automatic type conversion
Previous Message Thomas G. Lockhart 1998-05-10 00:14:11 Automatic type conversion

Browse pgsql-interfaces by date

  From Date Subject
Next Message Felix Morley Finch 1998-05-10 00:16:11 Problem with jdbc, nextval ('myseq'), and rs.getInt (1) - SOLVED
Previous Message Byron Nikolaidis 1998-05-10 00:12:21 Re: [INTERFACES] NEW ODBC DRIVER