JDBC Access
JDBC
SW Layers to get access to a DB
Type 1 ? JDBC-ODBC Bridge
Type 2 ? Part Java, Part Native
Type 3 ? Intermediate DB Access Server
Type 4 ? Pure Java
Type 1 ? JDBC-ODBC Bridge
Type 4 ? Pure Java
Relations among the java.sql classes
The JDBC object model: the Manager.
The JDBC object model: the URL.
The JDBC object model: the Driver.
The JDBC Object Model: Statement.
The JDBCom: Connection & ResultSet.
The JDBC object model: the MetaData.
Simple Database Access Using the JDBC Interfaces
Setting the ODBC Control Panel
Esempio