Verifying the JDBC Driver Version¶
The Downloading the JDBC Driver always lists the most-recently released version of the JDBC driver.
You can get the version from the driver INFO logs. You can also get the version number by using the
qds-jdbc-1.1.12.jar file.
Verifying the JDBC Driver Version using the qds-jdbc-1.1.12.jar¶
To verify on Windows:
- Launch the Command Prompt.
- Go to the folder that contains
qds-jdbc-1.1.12.jar. - Run the following commands:
jar -xvf qds-jdbc-1.1.12.jar META-INF/MANIFEST.MFmore "META-INF/MANIFEST.MF" | findstr "Implementation-Version"
To verify on Linux and Mac:
Launch the Terminal.
Go to the folder that contains
qds-jdbc-1.1.12.jar.Run the following command:
jar -xvf qds-jdbc-1.1.12.jar META-INF/MANIFEST.MF | grep Implementation-Version META-INF/MANIFEST.MF