ODBC/Windows and Rules

From: "Joseph" <joes(at)clp(dot)org>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: ODBC/Windows and Rules
Date: 2001-01-25 19:31:46
Message-ID: 032e01c08705$7463aed0$d564640a@workstation18
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)clp(dot)org','Security','Subject','Body','');

Joseph Showalter

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-01-25 23:45:30 Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows
Previous Message Gustavo Enrique Ruiz 2001-01-25 18:39:39 ODBC