RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBConfigService.SetAsyncMode Method

Sets database writes to asynchronous mode.

Pascal
procedure SetAsyncMode(Value: Boolean);
C++
__fastcall SetAsyncMode(Boolean Value);

Set SetAsyncMode 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 must install InterBase 6 to use this feature.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!