JDBC - Java DataBase Connectivity

RTP JUG Presentation - originally given on July 31 1996
by Pratik R. Patel

Overall architecture

JDBC Architecture

In the next release of the JDK, the JDBC packages will be a standard part of the Java API

Interim Solution: ODBC bridge


Since it's going to take some time for vendors to create JDBC drivers, Javasoft has released a JDBC-ODBC bridge that allows you to create Java applications to talk to ODBC drivers which are readily availble today.
JDBC Architecture

NEXT>

Above images borrowed from Intersolv