Chapter Contents

Previous

Next
Data Set Model: _deleteRow

Data Set Model: _deleteRow



Deletes the current row from the table


Syntax
Details

Syntax

CALL SEND (object-id, '_deleteRow');


Details

The _deleteRow method is not valid when you browse a table or when the NODELETE option is specified in the _setDataset method. A row must be locked before it can be deleted. Once the deletion is completed, the model no longer has a current row.

The _deleteRow method sets SYSRC for error, note, and warning conditions.

CAUTION:
Deletions cannot be recovered. The _deleteRow method deletes rows from the table, not just from the display of the table. You cannot recover the contents of a deleted row.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.