Previous Next

BUFFER-DELETE( ) method
Deletes a record from the record buffer and from the database.
Return type:
Applies to:
 
Syntax 
BUFFER-DELETE ( )
The BUFFER-DELETE method corresponds to the DELETE statement.
If the table has delete validation—that is, if the table specifies an expression that must be true before the record is deleted—the record is not deleted, because the validation expression, normally applied at compile time, cannot be applied fully at run time.

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.