rsExists

Checks to see if a result set exists.

Type and Usage

Parameters

Takes one parameter, the name of the result set.

Output

  • Returns TRUE if the result set is found.

  • Returns FALSE if the result set does not exist or if it is empty.

Example

<$if rsExists("resultSet1")$>
    code to execute if TRUE
<$endif$>