JDBC 1.0 Release
Java Database Connectivity (JDBC) was released as part of Java Development Kit 1.1, providing a standard API for Java applications to connect to relational databases.
Significance
While not an ORM, JDBC established the foundation for programmatic database interaction in Java, making the 'impedance mismatch' more apparent and setting the stage for ORM solutions.
Key facts
- Date
- 1997-02-19
- Type
- release
- Location
- Online (Sun Microsystems)