rsDeleteRow

Deletes the current row in the ResultSet. The current row is advanced to the next row (or points to after the end of the ResultSet if the end row in the ResultSet is deleted).

Type and Usage

Parameters

The only parameter is the name of the ResultSet whose current row is deleted.

Output

  • Returns TRUE if the function is successful.

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

Example

<$rsDeleteRow("Folders")$>