This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes How to use jdbc 1.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to use jdbc 1.0" Watch "How to use jdbc 1.0" New topic
Author

How to use jdbc 1.0

Suji N
Ranch Hand

Joined: Sep 04, 2001
Posts: 35
I want to know can i/how can i use JDBC 1.0 in JDK1.2. As JDBC 2.0 has bugs that make my application can't work correctly, but it works fine with JDBC 1.0. Since, my application is developed by using many features of JDK1.2, so is it possible that i can use JDBC 1.0 in JDK1.2? Thanks in advance
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

Originally posted by Suji N:
I want to know can i/how can i use JDBC 1.0 in JDK1.2. As JDBC 2.0 has bugs that make my application can't work correctly, but it works fine with JDBC 1.0. Since, my application is developed by using many features of JDK1.2, so is it possible that i can use JDBC 1.0 in JDK1.2? Thanks in advance

For the record, it is not JDBC 2.0 that has bugs. JDBC 2.0 is only a specification that third party vendors are supposed to follow. So if your jdbc driver has bugs, then change driver vendors. If your jdbc driver has limitations(does not implement all jdbc 2.0 features), upgrade to one that meets your needs. If you are using a jdbc certified driver and are having a specific problem, post it here and we'll help you with it.
To the original question: JDBC 2.0 is jdbc 1.0 with additional features, so if you use the jdbc 1.0 specifications, it will work perfectly with jdbc 2.0
Jamie
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to use jdbc 1.0
 
Similar Threads
Passing variables
How can i use JDBC1.0 in JDK1.2
How can i use JDBC1.0 in JDK1.2
Version of JDBC ?
jvm.dll in registry