JDBC vs ODBC
- ODBC was created to become the universal standard to access
databases on Windows platforms.
- Written in C and requires intermediate APIs to connect to other
database languages.
- Overly complex.
- JDBC comes equipped with transformation features that maps JDBC
calls to ODBC calls.