skip to main content
Configuring Hybrid Data Pipeline Driver for ODBC : Application considerations : Verifying the driver version number : getFileVersionString Function
  

Try Now
getFileVersionString Function
Version string information can also be obtained programmatically through the function getFileVersionString. This function can be used when the application is not directly calling ODBC functions.
This function is defined as follows and is located in each data source"s shared object:

const unsigned char* getFileVersionString();
This function is prototyped in the qesqlext.h file shipped with the product.