Ok, I found out that JDK1.3 only contains the JDBC 2.0 Core API (i.e, java.sql 
package) whereas  DataSource is part of javax.sql package in JDBC Standard Extension 
API.

-----Original Message-----
From: Shamdasani Nimmi-ANS004 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 06, 2001 4:28 PM
To: '[EMAIL PROTECTED]'
Subject: Question regarding javax.sql.Datasource 


Hi,

I am trying to convert my application from using DBConnectionBroker package for 
database pooling to Struts way of handling connection pooling. I am getting 
compilation error "javax.sql.Datasource not found" in JBuilder, which is using JDK 
1.3, while compiling one of my Action classes.

Doesn't  JDK1.3 already contain JDBC classes like javax.sql.Datasource or do I need to 
download another package?

Thanks in advance.

-Nimmi

Reply via email to