

Recommend book⇒Database Programming with JDBC and Java Try looking for it with a bookfinder.īook referral for Database Programming with JDBC and Java Greyed out stores probably do not have the item in stock. Online bookstores carrying JDBC API Tutorial and Reference, third edition Maydene Fisher, Jon Ellis, Jonathan Bruce Recommend book⇒JDBC API Tutorial and Reference, third edition

David Linker maintains a FAQ aboutīook referral for JDBC API Tutorial and Reference, third edition JDBC allows a client Java application to connect directlyĮngine on a server without needing to go through packets sent via

Standard for attaching to an SQL-style database. Oracle JavaSoft’s API ( Application Programming Interface) However, this extra layerīecause the format of the packets are not specified, JDBCĭrivers are free to do clever things like compress, buffer and encrypt. It is expedient to use a bridge to convert JDBCĬalls into ODBC calls and exploit existingĭrivers, standard protocols and database interfaces. Written in pure Java or partly in native code. Proprietary library matching the server’s protocols. Silent on how the work is divided between client and server. Has nothing to say about the format of the packets sent across the net. It comes fromĭoes not in the least look like database interface designed for Java.Ĭan be used to access a database on the same machine, or a server on a

To be kind, the interface is less than elegant. This will give you improved ODBCĬonfiguration utilities for the Control Panel. You can learn more about ODBC by reading the Microsoft You will need to augment them with documentation from your SQL
