Function DbRRollback() Foundation
Executes a roll back operation on the current table row.
DbRRollback() --> NIL
The return value is always NIL.
When data is assigned to field variables, the DbCommit() function must be called to store the new data permanently in a database table. If this commit operation fails, the original data of the current table row can be restored by calling DbRRollback(). All changes made to the current table row are then discarded.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.