OT: where javax.sql.*

2002-05-06 Thread rainer jünger

Hi, 

I don't know where I can get teh javax.sql.* package from. It is not part of 
servlet.jar. But where is it??

thanks, rainer



Re: where javax.sql.*

2002-05-06 Thread Richard Sobota

AFAIK, package javax.sql is part of JDK 1.4.

HTH

Richard


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




R: where javax.sql.*

2002-05-06 Thread Alessio Fiore

A javax.sql.* implementation is commonly included in a JDBC driver package
(i.e. classes12.zip, Oracle JDBC driver).

-Messaggio originale-
Da: rainer jünger [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 6 maggio 2002 14.01
A: Tomcat Users List
Oggetto: OT: where javax.sql.*


Hi, 

I don't know where I can get teh javax.sql.* package from. It is not part of
servlet.jar. But where is it??

thanks, rainer



- Disclaimer -
This email and any attachments thereto may contain information which is
confidential and/or protected by intellectual property rights and are
intended for the sole use of the recipient(s) named above. Any use of the
information contained herein (including, but not limited to, total or
partial reproduction, communication or distribution in any form) or the
taking of any action in reliance on the contents, by persons other than the
designated recipient(s) is strictly prohibited.

If you have received this email in error, please notify the sender either by
telephone or by email and delete the material from any computer.

Thank you for your cooperation. 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: where javax.sql.*

2002-05-06 Thread rainer jünger




 AFAIK, package javax.sql is part of JDK 1.4.

Yes, you are right! JDK 1.4 but not JDK 1.3

thanks, rainer


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: where javax.sql.*

2002-05-06 Thread rainer jünger

Hi,


 A javax.sql.* implementation is commonly included in a JDBC driver package
 (i.e. classes12.zip, Oracle JDBC driver).

not with my MySQL JDBC Driver 2.0.12 : (

R.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




R: where javax.sql.*

2002-05-06 Thread Gianluca Gravina

 
 not with my MySQL JDBC Driver 2.0.12 : (
 
 R.
 

.sql classes are classes to get data from a JDBC driver, If U're
searching a jdbc driver for mysql U have to download from www.mysql.org,
there are some stable, once downloaded put then in your jre/lib/ext
(hope it's the right path ...) and U get it 

Bye, 

Gianluca Gravina



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: where javax.sql.*

2002-05-06 Thread rainer jünger

Hi,

well, I am using the MySQL JDBC driver since a while
But it does not include the packages javax.sql.* course I need the
javax.sql.DataSource class.

thanks, R.


 
  not with my MySQL JDBC Driver 2.0.12 : (
 
  R.
 

 .sql classes are classes to get data from a JDBC driver, If U're
 searching a jdbc driver for mysql U have to download from www.mysql.org,
 there are some stable, once downloaded put then in your jre/lib/ext
 (hope it's the right path ...) and U get it 

 Bye,

 Gianluca Gravina



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: where javax.sql.*

2002-05-06 Thread Jeff Macomber

in JDK 1.4 it is included with the jdk.  In Jdk1.3 it is a separate download
for the jdbc extensions.  Here is the link:

http://java.sun.com/products/jdbc/download.html#spec

Jeff

-Original Message-
From: Gianluca Gravina [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 06, 2002 10:22 AM
To: 'Tomcat Users List'
Subject: R: where javax.sql.*


 
 not with my MySQL JDBC Driver 2.0.12 : (
 
 R.
 

.sql classes are classes to get data from a JDBC driver, If U're
searching a jdbc driver for mysql U have to download from www.mysql.org,
there are some stable, once downloaded put then in your jre/lib/ext
(hope it's the right path ...) and U get it 

Bye, 

Gianluca Gravina



--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: where javax.sql.*

2002-05-06 Thread rainer jünger




 In Jdk1.3 it is a separate download
 for the jdbc extensions.  Here is the link:

thats the best solution!

thanks rainer


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]