Cannot insert into view without an appropriate rule (#7)

From: "Makauskas Vidas" <dbf(at)lindra(dot)lt>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Cannot insert into view without an appropriate rule (#7)
Date: 2003-02-06 12:19:23
Message-ID: MKEPLGGGIHJHKDJLKIPAGENKCAAA.dbf@lindra.lt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-odbc by date

  From Date Subject
Next Message Support 2003-02-06 15:43:21 Repost: problem on treatment when add a duplicate primary key
Previous Message Anderson Cichon 2003-02-06 12:03:21 Driver PostgreSql x dbExpress