Motivation
- Similar to ODBC.
- The major existing database systems all existed when Java was
very young.
- There were some proprietary APIs, but JDBC was almost
universally adopted, very quickly.
JDBC Drivers
- All major database systems have pure Java drivers.
- Earlier, there were hybrids, e.g. JDBC → ODBC, JDBC
→ native C driver.