rsSetRow

Moves to a specified row in a ResultSet.

Type and Usage

Parameters

Takes two parameters:

  • The first parameter is the name of the ResultSet.

  • The second parameter is the number of the row.

Output

  • Returns TRUE if the function is successful.

  • Returns FALSE if the function fails or the ResultSet is empty.

Example

Advances the SearchResults ResultSet to the 10th row:

<$exec rsSetRow("SearchResults",10)$>