Version string information
- Last Updated: August 31, 2020
- 1 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
You can obtain the version string information for the JDBC driver in either of the following ways:
- By calling the
DatabaseMetaData.getDriverVersion()method - By executing the following command from the driver installation
directory:
java -cp ddhybrid.jar com.ddtek.jdbc.ddhybrid.DDHybridDriver
Driver version string information will be returned in the following format:
M.m.s.bbbbbb(FYYYYYY.UZZZZZZ)
where:
M is the major version number.
m is the minor version number.
s is the service pack number.
bbbbbb is the driver build number.
YYYYYY is the framework build number.
ZZZZZZ is the utility build number.
For example:
4.6.1.000002 (F000373.U000193))
|____| |_____| |_____|
Driver Frame Utility