Registering the JDBC Client
- Last Updated: June 26, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
Registering the JDBC Client tells the JDBC Driver Manager which driver to load. The JDBC Client is registered by using the Class.forName method and specifying the driver class name as the argument. The name of the JDBC driver is com.ddtek.jdbc.openaccess.OpenAccessDriver.