rsIsRowPresent

Checks the status of the current row in a result set.

Type and Usage

Parameters

Takes one parameter, the name of the result set.

Output

  • Returns TRUE if the result set is currently on a valid row.

  • Returns FALSE if not on a valid row.

Example

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