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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Who uses SQLJ ?

Re: Who uses SQLJ ?

From: DriftWood <drift_wood_at_my-deja.com>
Date: Tue, 05 Dec 2000 18:39:56 GMT
Message-ID: <90jcpq$giu$1@nnrp1.deja.com>

Better performance? Not really. It merely eases the transition to use of Databases from Java. What it does is take the embedded SQl commands and translate them into the appropriate JDBC calls. This way if you know java and SQL, but are not familiar with JDBC, you can still write code to use the RDBMS. There is a case to be made that this is a better way to maintain the code as the embedded SQL is more readable than say the equivalent JDBC code.

--
-cheers

  DW



"It is a kind of good deed to say well; and yet words are not deeds.   -William Shakespeare"

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Dec 05 2000 - 12:39:56 CST

Original text of this message

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