EssVerifyFilterRow

Description

EssVerifyFilterRow() verifies the syntax of a single filter row strings against a specified database.

Syntax

ESS_FUNC_M  EssVerifyFilterRow (hCtx, RowString);
ESS_HCTX_ThCtx
ESS_STR_TRowString

Parameters

hCtxEssbase API context handle.
RowStringFilter row string.

Return Value

None.

Notes

Access

This function requires the caller to have database Design privilege (ESS_PRIV_DBDESIGN) for the specified database.

Example

See the example of EssVerifyFilter().

See Also

EssGetFilter()
EssVerifyFilter()