8.4. JDBC drivers

At the time of writing, most JDBC driver implementations support Version 2.0 of the JDBC Specification. Version 2.0 is divided into two sections: the core API and the ‘Standard Extension.’ The latter specifies features that are considered optional—a JDBC driver is not required to implement them to be considered JDBC 2.0 compliant. These features include support for connection pooling, distributed transaction management, and rowsets. Be aware when choosing a JDBC driver that it may not support features in the Standard Extension.

8.4.1. Driver suppliers and driver support

JDBC support is available for almost all database servers that are likely to be encountered in practice, although the quality of the drivers varies considerably. ...

Get Applied Enterprise JavaBeans™ Technology now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.