| Author |
what changes have to be made while migrating from 1.4 mysql jdbc to 1.5 jdbc
|
Anil Deshpande
Ranch Hand
Joined: Jan 13, 2008
Posts: 117
|
|
Hi,
I am compartively very new to concept of jdbc connection. i have done some jdbc programming using java 1.4. Few days back I completed my SCJP 1.5 certification.
That's why I want to verify some of my previous code with Java 1.5 version. Now my question is what changes I have to make if I want to write the same kind of jdbc programs using 1.5 version of Java.
To be specific
1. Whether I have to change the .jar file of mysql connector so that it is compatible with 1.5 version of java?
2. If have to change the jar file where can I get the latest updated Java 1.5 compatible connector .jar file. for mysql and also Oracle 10 g?
Any kind of clue or help would be greatly appreciated.
|
Anil Deshpande
SCJP 1.5, SCWCD 1.5
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
Anil Deshpande wrote:
1. Whether I have to change the .jar file of mysql connector so that it is compatible with 1.5 version of java?
Not really, But its a good to have a latest bug removed JAR file.. And there is no big API changes in java.sql package from 14. to 1.5 as far as I know.
Anil Deshpande wrote:
2. If have to change the jar file where can I get the latest updated Java 1.5 compatible connector .jar file. for mysql and also Oracle 10 g?
MySQL connector.
And I dont know exactly about ORACLE, better you Googled it.. Oracle JDBC JAR
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
 |
|
|
subject: what changes have to be made while migrating from 1.4 mysql jdbc to 1.5 jdbc
|
|
|