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: SQLJ runtime library

Re: SQLJ runtime library

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Fri, 07 Jan 2000 02:18:04 GMT
Message-ID: <38754D36.D2195997@rationalconcepts.com>


Hi,
  You need to include your generated class files, SQLJ runtime JAR files, and JDBC runtime JAR files. This information is from some class notes that I have.
  As for any java that you write, you will need some type of driver to connect to a database. I like Oracle's thin driver.

cheers,
cindy

bholey_at_my-deja.com wrote:

> Hi
>
> I am new to SQLJ and have a question on the depolyment environment
> required to run SQLJ programs.
>
> My understanding is that SQLJ programs are converted to *.java programs
> by the translator. During this translation the SQL code is replaced by
> JDBC code. Based on that I assume that I would need a JDBC driver to
> then communicate to the database.
>
> The question is about SQLJ runtime library. Do I need that as part of my
> deployment/runtime environment as well to then execute these programs.
> I dont understand what role the SQLJ runtime library plays in the
> interaction with the database and would be grateful if anybody can
> clarify that.
>
> Thanks
>
> Bholey
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Thu Jan 06 2000 - 20:18:04 CST

Original text of this message

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