IBDAC

TIBCConfigService.SetAsyncMode Method

Changes the database write mode to asynchronous (buffered writes).

Class

TIBCConfigService

Syntax

procedure SetAsyncMode(Value: Boolean);

Parameters
Value
True, if the database write mode is changed to asynchronous.

Remarks

Set the SetAsyncMode method to True to change the database write mode to asynchronous (buffered writes).

InterBase 6 allows you to write to databases in both synchronous and asynchronous modes. In synchronous mode, the database writes are forced. In asynchronous mode, the database writes are buffered.

For more information, refer to 'Forced writes vs. buffered writes' in the InterBase 6 Operations Guide.

Note: You sould install InterBase 6 to use this feature.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback