ODBC/Windows and Rules - Mailing list pgsql-odbc

From Joseph
Subject ODBC/Windows and Rules
Date
Msg-id 032e01c08705$7463aed0$d564640a@workstation18
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Re: unixODBC again :-(
Next
From: Hiroshi Inoue
Date:
Subject: Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows