Changes the database write mode to asynchronous (buffered writes).
procedure SetAsyncMode(Value: Boolean);
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.