RE: [INTERFACES] recordset not updateable

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: pgsql-interfaces(at)hub(dot)org
Subject: RE: [INTERFACES] recordset not updateable
Date: 1999-04-27 16:24:41
Message-ID: 3.0.1.32.19990427092441.006e7a3c@avanti.ori-ind.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

This is not a requirement of the odbc driver. This is a problem with
Access. It (somewhat logically) needs the unique index to identify what
record conditions to specify in the update statement it constructs. "update
blah where blah.col = blah". Otherwise every column & value in the row
would have to be declared in the "where" clause. Borland gets around it by
doing just that!

Ken

>
>I'll upgrade the odbc driver, but this version seems to be working on the
>other tables. To answer your question about a unique index, NO. have I
>missed it?? Does every table need a unique index for the odbc driver to
>work properly??
>
>jt
>
>-----Original Message-----
>From: Byron Nikolaidis [SMTP:byronn(at)insightdist(dot)com]
>Sent: Monday, April 26, 1999 8:40 PM
>To: JT Kirkpatrick
>Cc: 'pgsql-interfaces(at)hub(dot)org'; 'pgsql-admin(at)hub(dot)org'
>Subject: Re: [INTERFACES] recordset not updateable
>
>
>
>JT Kirkpatrick wrote:
>
>> this is a resubmit with my pdbc log file. It shows an error in finding
>> the file MsysConf. Maybe this is the problem?? Can someone please
>provide
>> some insight? Thanks!
>>
>
>The MsysConf is NOT the problem. It is an *optional* config file for the
>Jet Database
>engine (which Access uses).
>
>Do you have a unique index on the table?
>
>Check the FAQ carefully at our site also:
> http://www.insightdist.com/psqlodbc
>
>Also, you may want to upgrade the odbc driver also. Your version is
>6.30.0250 and the
>newest is 6.40.0005 or something like that.
>
>Byron
>

Browse pgsql-interfaces by date

  From Date Subject
Next Message JT Kirkpatrick 1999-04-27 17:58:41 RE: [INTERFACES] win98 odbc problem?
Previous Message JT Kirkpatrick 1999-04-27 15:49:33 RE: [INTERFACES] recordset not updateable