BtTable:Update()
<< Click to Display Table of Contents >>
BtTable:Update()
|
|
Purpose
Flush Table buffers to disk
Prototype
METHOD Update AS LOGIC PASCAL CLASS BtTable
Return
LOGIC Were the changes written succesfully
Description
This method write the changes to the current record to the disk, that means :
- Inserts of a new record
- Deletes of the current record
- Changes to the current record
See Also