Programmer A, wrote an application using JDBC 3 (db2jcc.jar) and deployed on WebSphere App Server.
Is it ok to change JDBC connection to use JDBC 4 (db2jcc4.jar), instead of JDBC 3 ?
Is JDBC 4 fully compliant with JDBC 3?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JDBC 4 shall be backward compatible with JDBC 3 and you shall have no problems replacing the driver.
Quoting from JDBC 4.0 specification 2.2 Overview of goal section, one of the goals of JDBC 4.0 is to