GeekArticles
FAQ
Java FAQJDBC FAQ
Author: java.sun.com |
Published: 13th Aug 2005 |
Visited: 866 times |
Add CommentFiled in: Java FAQFrequently Asked Questions about JDBC: The JDBC 3.0 API is the latest update of the JDBC API. It contains many features, including scrollable result sets and the SQL:1999 data types.The JDBC-ODBC Bridge provides a limited subset of the JDBC 3.0 API.
Read Article Sponsored Links
Related Articles
• J2EE and SQL Server: Making a JDBC Connection Using a SQL Server back end with a Java application server may sound like an unnatural proposition but there's no need to bow to such arbitrary limitations. In this article you'll get step-by-step instructions on making a JDBC connection between the four most popular Java application serve ...
• Build a Low Overhead Test Bed for Your JDBC Code Testing your Java applications against a database can be a pretty painless endeavor thanks to the Cloudscape database built in to IBM's Rational Application Developer. For those who have an interest in this platform, this article will show you the ropes of setting up a simple test bed for your ...
• JDBC 4.0 Enhancements in Java SE 6
Java SE 6 (aka Mustang) brings with it a new set of improvements to the JDBC API for accessing databases. Improvements include support for the RowID interface, better exception handling, annotation-based queries, and (finally!) and end to the clumsy Class.forName() system of loading database dr ...
• Making the Most of JDBC with WebRowSet
Database to XML and back again. If everyone's doing some or all of this, then shouldn't we write it once, get it right, and standardize? JDBC 3.0's WebRowSet offers a profound increase in power over the old ResultSet. Sharad Acharya shows you what's possible. ...