• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what changes have to be made while migrating from 1.4 mysql jdbc to 1.5 jdbc

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
reply
    Bookmark Topic Watch Topic
  • New Topic