Verifies the syntax of a single filter row strings against a specified Database.
Syntax
EsbVerifyFilterRow (hCtx, FltRow) ByVal hCtx As Long ByVal FltRow As Any
Parameter | Description |
---|---|
hCtx | VB API context handle. |
FltRow | Filter row string. |
Notes
This function should be called repeatedly after calling EsbVerifyFilter(), once for each row of the filter, terminating the row list with NULL.
Return Value
None.
Access
This function requires the caller to have Database Manager privilege (ESB_PRIV_DBDESIGN) for the specified database.
Example
Declare Function EsbVerifyFilterRow Lib "ESBAPIN" (ByVal hCtx As Long, ByVal FltRow As Any) As Long
See the example for EsbVerifyFilter.
See Also