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