Introduction to the JDBC client
- Last Updated: June 16, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Introduction to the JDBC client
The JDBC client is installed with OpenEdge Client Access. For more information on installation procedures, see Install OpenEdge.
Java Database Connectivity (JDBC) is a Java application programming interface (API) that allows SQL statements to perform database operations. The JDBC API consists of classes and interfaces written in Java. The JDBC API allows developers to write portable database applications using pure Java. These applications are portable because database-specific JDBC drivers convert the JDBC API call to a database-specific call.