Icon ForceBufferFlush Property

property ForceBufferFlush: Boolean

Usage

Use the ForceBufferFlush property to specify that the all TEDBTable, TEDBQuery, and TEDBStoredProc components in this session should automatically force the operating system to flush any cached writes to disk after ElevateDB has written any data using operating system calls. This can significantly reduce instances of corruption in the event of an improper application shutdown, however it can also cause performance degradation for large updates, repairing tables, etc. A better alternative for reducing the performance implications of this property is to use the FlushBuffers method of the TEDBTable, TEDBQuery, or TEDBStoredProc components to selectively flush the cached operating system writes to disk as necessary.
Image