You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Shamdasani Nimmi-ANS004 <AN...@motorola.com> on 2001/03/07 00:21:53 UTC

NEVER MIND RE: Question regarding javax.sql.Datasource

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:ANS004@motorola.com]
Sent: Tuesday, March 06, 2001 4:28 PM
To: 'struts-user@jakarta.apache.org'
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