The etx_Release() function

The etx_Release() function returns version information, such as the installed version and the release date, for the OneDB® Excalibur Text Search DataBlade®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 OneDB Excalibur Text Search DataBlade Module
  • The date the installed OneDB Excalibur Text Search DataBlade Module was compiled
  • The full version of the database server with which the OneDB Excalibur Text Search DataBlade Module was compiled
  • The version of the GLS library with which the OneDB Excalibur Text Search DataBlade Module was compiled
  • The version of the Excalibur Text Retrieval Library (TRL) with which the OneDB Excalibur Text Search DataBlade Module was compiled

Example

The following example shows how to execute the etx_Release() function:
EXECUTE FUNCTION etx_Release();