This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes what is the difference between jdbc 2.0  and jdbc3.0 version Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "what is the difference between jdbc 2.0  and jdbc3.0 version" Watch "what is the difference between jdbc 2.0  and jdbc3.0 version" New topic
Author

what is the difference between jdbc 2.0 and jdbc3.0 version

saikrishna cinux
Ranch Hand

Joined: Apr 16, 2005
Posts: 689
hi, i 've searched for the differences in google but i havn't got any good resources over there . so i am asking here
so please sombody tell me the differences between jdbc 3.0 and jdbc 2.0 versions ?


A = HARDWORK B = LUCK/FATE If C=(A+B) then C=SUCCESSFUL IN LIFE else C=FAILURE IN LIFE
SCJP 1.4
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12952
    
    3

See the JDBC Documentation, especially Appendix A of the Getting Started guide.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Srikanth Basa
Ranch Hand

Joined: Jun 06, 2005
Posts: 241
From what I remember JDBC 3.0 brought in new features/interfaces such as
1 Savepoint
2 ParameterMetaData
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35439
    
    9
The JDBC FAQ links to several articles outlining the differences between the various JDBC versions.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: what is the difference between jdbc 2.0 and jdbc3.0 version
 
Similar Threads
about jdbc drivers
how to use cocoon
how to use cocoon
EJB Doubt for Part I
Differences between EJB 2.0 and EJB 3.0