What is the difference between JDBC 1.0 and JDBC 2.0

Showing Answers 1 - 3 of 3 Answers

Prass

  • Jul 12th, 2005
 

The JDBC 2.0 API includes many new features in the java.sql package as well as the new Standard Extension package, javax.sql. This new JDBC API moves Java applications into the world of heavy-duty database computing. New features in the java.sql package include support for SQL3 data types, scrollable result sets, programmatic updates, and batch updates. The new JDBC Standard Extension API, an integral part of Enterprise JavaBeans (EJB) technology, allows you to write distributed transactions that use connection pooling, and it also makes it possible to connect to virtually any tabular data source, including files and spread sheets.  

PChal

  • Aug 11th, 2005
 

JDBC 2.0 Provides RowSet Implementation

Prasanna V V

  • Aug 31st, 2005
 

Also JDBC2.0 provides extended support for transactions that includes batch updates and savepoints

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions