Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQLJ runtime library
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
![]() |
![]() |