ODBC/Windows and Rules

Поиск
Список
Период
Сортировка
От Joseph
Тема ODBC/Windows and Rules
Дата
Msg-id 032e01c08705$7463aed0$d564640a@workstation18
обсуждение исходный текст
Список pgsql-odbc
Does it take something special to make rules with the odbc connection?

I am using MS Access 97 and things work good until I make a rule.

If I try to link to a table with rules the error is "Invalid definition
'oid'  in definition of index or relationship."

What does this mean?
When I add a rule to a table after I have it linked I can not do any new
inserts.

Here is the rule:
create rule tbl_clarify_insert_rule as on insert to foocl  where
new.itemcode in (select itemcode from tbl_clarifymonitor) do select
mail('joes@clp.org','Security','Subject','Body','');

Joseph Showalter



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Re: unixODBC again :-(
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows