All Getting started guides have JDBC 2.0 specific sections
Hi all,
Something is confusing me here. The homepage for JDBC on java.sun.com is at http://java.sun.com/javase/technologies/database/index.jsp and there are a few links depending upon the version of SE one is using. The confusing thing here is that all three versions that i looked at have similar set of pages. Please have a look at:
http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html
http://java.sun.com/j2se/1.4.2/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html
http://java.sun.com/j2se/1.5.0/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html
http://java.sun.com/javase/6/docs/technotes/guides/jdbc/getstart/GettingStartedTOC.fm.html
and it is easily observeable that the first section (1-Introduction is same in all of the above). I chekced the docs directory of my local installation (Java SE 5.0) and i downloaded the docs for Mustang (Java SE 6) and there too the introduction chapter was same (discussin JDBC 2.0).
Whats wrong here? JDBC 3.0 is around for years now and should be part of SE 5. Also, i read somewhere that Mustang will ship JDBC 4.0. Is it that docs are not updated or am i missing something here?
Thanks for your time.
regards,
mnsharif

