Cannot insert into view without an appropriate rule (#7) - Mailing list pgsql-odbc

From Makauskas Vidas
Subject Cannot insert into view without an appropriate rule (#7)
Date
Msg-id MKEPLGGGIHJHKDJLKIPAGENKCAAA.dbf@lindra.lt
Whole thread Raw
List pgsql-odbc
Hi,
It's convenient (search, filters, sorting...) to do local forms over ODBC
with linked tables in access. But exits incompatibility with date types:
int8, date, time in postgres with access.

I've link view with access97:
CREATE VIEW view_table AS SELECT Fdate::timestamp, Fint8::int4 FROM table;

Then make an attemp INSERT and get error:
'Cannot insert into view without an appropriate rule (#7)'.

Is it mistaken way to solve mentioned above problem with data
incompatibility postgres and access.
Or Is it posible to solve problem via rules...

Excuse me for newbie question.

Best regards,
Vidas

Su pagarba,
Vidas Makauskas
8w683,66455


pgsql-odbc by date:

Previous
From: "Anderson Cichon"
Date:
Subject: Driver PostgreSql x dbExpress
Next
From: "Support"
Date:
Subject: Repost: problem on treatment when add a duplicate primary key