Icon FlushBuffers Method

procedure FlushBuffers

Usage

Use the FlushBuffers method to flush data to disk. If the table, view, or query result set being updated is opened exclusively, then the FlushBuffers method flushes all cached writes in ElevateDB to disk and proceeds to instruct the operating system to flush all cached writes to disk also. If the table, view, or query result set is opened shared, then FlushBuffers only instructs the operating system to flush all cached writes to disk since shared datasets in ElevateDB do not cache any writes.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image