skip to main content
Welcome to the Progress DataDirect Autonomous REST Connector for ODBC : Version String Information
  

Try DataDirect Drivers Now

Version String Information

The Autonomous REST Connector has a version string of the format:
XX.YY.ZZZZ(BAAAA, UBBBB, JDDDDDD)
The Driver Manager on Linux has a version string of the format:
XX.YY.ZZZZ(UBBBB)
The component for the Unicode conversion tables (ICU) has a version string of the format:
XX.YY.ZZZZ
where:
XX is the major version of the product.
YY is the minor version of the product.
ZZZZ is the build number of the driver or ICU component.
AAAA is the build number of the driver's bas component.
BBBB is the build number of the driver's utl component.
DDDDDD is the version of the Java components used by the driver.
For example:
08.00.0017 (B0254, U0180, J000109)
       |__|  |___|  |___|   |____|
      Driver  Bas    Utl     Java
On Windows, you can check the version string through the properties of the driver DLL. Right-click the driver DLL and select Properties. The Properties dialog box appears. On the Details tab, the File Version will be listed with the other file properties.
You can always check the version string of a driver on Windows by looking at the About tab of the driver’s Setup dialog.
On Linux, you can check the version string by using the test loading tool shipped with the product. This tool, ivtestlib for 32-bit drivers and ddtestlib for 64-bit drivers, is located in install_directory/bin.
The syntax for the tool is:
ivtestlib shared_object
or
ddtestlib shared_object
For example, for the 32-bit driver on Linux:
ivtestlib ivsfrc28.so
returns:
08.00.0001 (B0002, U0001, J000003)
For example, for the Driver Manager on Linux:
ivtestlib libodbc.so
returns:
08.00.0001 (U0001)
For example, for the 64-bit Driver Manager on Linux:
ddtestlib libodbc.so
returns:
08.00.0001 (U0001)
For example, for the 32-bit ICU component on Linux:
ivtestlib libivicu28.so
08.00.0001
Note: The full path to the driver does not have to be specified for the test loading tool.
* getFileVersionString Function