The etx_Release() function
The etx_Release() function returns version information, such as the installed version and the release date, for the module.
Syntax
etx_Release()
The etx_Release() function does not take any parameters.
Return type
The etx_Release() function returns an LVARCHAR value.
Usage
The information returned by the etx_Release() function
includes:
- The version of the installed
- The date the installed was compiled
- The full version of the database server with which the was compiled
- The version of the GLS library with which the was compiled
- The version of the Excalibur Text Retrieval Library (TRL) with which the was compiled
Example
The following example shows how
to execute the etx_Release() function:
EXECUTE FUNCTION etx_Release();