Function DbCommitAll() Foundation
Writes file buffers in all work areas into files.
DbCommitAll() --> NIL
The return value of DbCommitAll() is always NIL.
Calling the database function DbCommitAll() causes all open file buffers (for DBF and index files) in all work areas to be written into the respective files. This means that data changed in memory is permanently saved on the hard drive. File buffers are also written by the function DbCommit(), but this must be called explicitly for each work area.
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.