rsAppendNewRow

Appends a new row to the end of the ResultSet. The current row is not affected.

Type and Usage

Parameters

The only parameter is the name of the ResultSet to receive the new row.

Output

  • Returns TRUE if the function is successful.

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

Example

<$rsAppendNewRow("SearchResults")$>