IBDAC

TIBCConfigService.SetPageBuffers Method

Sets the number of database page buffers.

Class

TIBCConfigService

Syntax

procedure SetPageBuffers(Value: Integer);

Parameters
Value
Holds the number of database page buffers.

Remarks

Call the SetPageBuffers method to set the number of database page buffers.

When a program establishes a connection to a database, InterBase allocates system memory to use as a private buffer. The buffers are used to store accessed database pages to speed performance. The number of buffers assigned determines how many simultaneous database pages it can have access to in the memory pool. Buffers remain assigned until a program finishes with a database.

For more information on page buffers, refer to 'Setting database cache buffers' in the InterBase 6 Programmer's Guide.

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

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