getFileVersionString function
- Last Updated: June 21, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- Greenplum 8.0
- Documentation
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 the driver's shared object:
const unsigned char* getFileVersionString();
This function is prototyped in the qesqlext.h file shipped with the product.