The txt_Release() function
The txt_Release() function returns version information, such as the installed version and the release date, for the HCL OneDB™ Text Descriptor DataBlade® Module.
Syntax
txt_Release()
The txt_Release() function does not take any parameters.
Return type
The txt_Release() function returns an LVARCHAR value.
Usage
The information returned by the txt_Release() function
includes:
- The version of the installed HCL OneDB Text Descriptor DataBlade Module
- The date the installed HCL OneDB Text Descriptor DataBlade Module was compiled
- The full version of the database server with which the HCL OneDB Text Descriptor DataBlade Module was compiled
- The version of the GLS library with which the HCL OneDB Text Descriptor DataBlade Module was compiled
Examples
The following example shows how
to execute the txt_Release() function:
EXECUTE FUNCTION txt_Release();