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

Home -> Community -> Usenet -> comp.databases.theory -> Re: OO versus RDB

Re: OO versus RDB

From: <frebe73_at_gmail.com>
Date: 2 Jul 2006 12:11:03 -0700
Message-ID: <1151867463.589572.248080@h44g2000cwa.googlegroups.com>


> a query formulated as a constant string
> isn't caught by the compiler as well.

That's why you should use embedded SQL products such as SQLJ. It looks like nobody remember embedded SQL anymore, by some reason. Concatenating SQL strings in the application is a very ugly and bad way of accessing a database.

Fredrik Bertilsson
http://frebe.php0h.com Received on Sun Jul 02 2006 - 14:11:03 CDT

Original text of this message

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