Where can I find the API documentation for Java Database Connectivity (JDBC)?
Location: http://www.jguru.com/faq/view.jsp?EID=134142 Created: Aug 24, 2000 Modified: 2000-08-25 22:31:33.435 Author: John Mitchell (http://www.jguru.com/guru/viewbio.jsp?EID=4) You can find the core JDBC API documentation from Sun’s J2SE API documentation page. See the sections javax.sql, javax.transaction and javax.transaction.xa from Sun’s J2EE API documentation page for the JDBC extension API documentation. Joe Sam Shirah adds: If you’re wondering what happened to the JDBC(tm) Technology Guide: Getting Started when you download the 1.3 JDK documentation, it’s still there, just a bad hyperlink. On the JDBC(tm) API Documentation page, which is under your docs directory at docs/guide/jdbc/index.html, change the relative link from this: /products/jdk/1.3/docs/guide/jdbc/getstart/GettingStartedTOC.fm.html to this: getstart/GettingStartedTOC.fm.html.
Related Questions
- Relational persistence: Most Java database programmers rely on the proven JDBC API. Why does SAP promote the newer standard, SQLJ?
- What is the relationship between the Java Message Service and the Java DataBase Connectivity (JDBC) API?
- Where can I find the API documentation for Java Database Connectivity (JDBC)?