Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> ODBC connections (views aren't updateable even with INSTEAD_OF triggers)

ODBC connections (views aren't updateable even with INSTEAD_OF triggers)

From: Bill Ferguson <wbfergus_at_gmail.com>
Date: Mon, 19 Mar 2007 11:20:12 -0600
Message-ID: <4025610e0703191020h6c3706e6v91753a294710fc31@mail.gmail.com>


Hi all,

I have some users who have presented a good case for needing ODBC connectivity to the database so they can re-position locations via ARC-GIS or MapInfo.

However I've discovered that (at least it appears that), ODBC doesn't recognize that updateable views are updateable. It looks like it just sees a view and instantly responds as they aren't updateable.

All of my business logic is built around views and INSTEAD_OF triggers, so all of the codes are translated for the user etc. I also would rather not have the user directly access the underlying base tables if at all possible, since that bypasses all of the business rules, but I'm stumped as to how to approach this.

I can't seem to apply the same logic in triggers on the tables, as commits are involved updating the parent table when a child is updated.

Have others run this situation as well, and if so, how have you tackled the situation?

Thanks.

--

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Mar 19 2007 - 12:20:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US