What is the difference between java.sql and javax.sql?
Does it relate to JDBC versions?
In which condition,I can use javax.sql?
Thanks
Robot
-
javax.sql and java.sql (1 messages)
- Posted by: Majic Robot
- Posted on: January 16 2001 16:36 EST
Threaded Messages (1)
- javax.sql and java.sql by John Yost on January 16 2001 18:50 EST
-
javax.sql and java.sql[ Go to top ]
- Posted by: John Yost
- Posted on: January 16 2001 18:50 EST
- in response to Majic Robot
java.sql is a package in JDK1.3, whereas javax.sql is in the J2EE package. Thus, any J2EE-compliant app server will have the javax.sql package installed.