rsFirst

Moves to the first row in a ResultSet.

Type and Usage

Parameters

The only parameter is the name of a ResultSet.

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 first row:

<$exec rsFirst("SearchResults")$>