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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to detect views w/ JDBC?

Re: How to detect views w/ JDBC?

From: Ed Prochak <ed.prochak_at_magicinterface.com>
Date: 19 Apr 2005 13:58:40 -0700
Message-ID: <1113944320.209320.44450@l41g2000cwc.googlegroups.com>


in a database agnostic perspective, views and tables are the same thing.

Consider, your front end using MySQL (has no views) can query, insert, update table FOO

Now you change the back end and decide FOO must be implemented as a view. If it is IT MUST BE AN UPDATABLE VIEW, or it really is not equivalent.

If you really want a generic opinion, ask your questions in comp.databases
Do you really expect generic answers in an ORACLE specific newsgroup??

Not trying to be mean, just saying you went down the wrong aisle in the library know as newsgroups. Received on Tue Apr 19 2005 - 15:58:40 CDT

Original text of this message

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