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

Поиск
Список
Период
Сортировка
От Makauskas Vidas
Тема Cannot insert into view without an appropriate rule (#7)
Дата
Msg-id MKEPLGGGIHJHKDJLKIPAGENKCAAA.dbf@lindra.lt
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Anderson Cichon"
Дата:
Сообщение: Driver PostgreSql x dbExpress
Следующее
От: "Support"
Дата:
Сообщение: Repost: problem on treatment when add a duplicate primary key