RE: Odbc postgresql database is readonly - Mailing list pgsql-interfaces

From Joe Shevland
Subject RE: Odbc postgresql database is readonly
Date
Msg-id MJEMLFCFPOPOFFFLIIDGKEGKCAAA.shevlandj@kpi.com.au
Whole thread Raw
In response to Odbc postgresql database is readonly  (Michel Claes <Michel.Claes@dexia.be>)
List pgsql-interfaces
There's two places to uncheck the read-only flag... in the datasource definition and also the global driver settings.

Also, make sure that your linked tables have a unique index or primary key defined as otherwise they'll be marked as
read-only(Access needs a PK or index to do inserts/updates... well Access needs a lot of things :).
 

Cheers,
Joe

>-----Original Message-----
>From: pgsql-interfaces-owner@hub.org
>[mailto:pgsql-interfaces-owner@hub.org]On Behalf Of Michel Claes
>Sent: Tuesday, 27 June 2000 9:29 PM
>To: pgsql-interfaces
>Subject: [INTERFACES] Odbc postgresql database is readonly
>
>
>Hi,
>
>I have installed succesfully postgresql on my linux server, and 
>psqlodbc on my NT4-SP5 workstation.
>When I try to connect to my database with access 97 it is always 
>in readonly mode. I have unchecked the read-only options in the 
>odbc manager, the problem persist...
>In psqlodbc.log you can see that readonly=1 (it should be 0).
>Do tou have a solution ?
>
>Odbc driver version 6.50.0000
>Postgresql version 6.3.2-15 running on debian server.
>
>Please find attached : psqlodbc.log, the odbc registry and the DSN 
>registry. (I have replaced the password by '******').
>
>
>
>Regards.
>
>Michel.
>



pgsql-interfaces by date:

Previous
From: Michel Claes
Date:
Subject: Odbc postgresql database is readonly
Next
From: Peter Mount
Date:
Subject: RE: JDBC Driver support for SQLException.getSQLState ()