PreviousActiveX Controls Guide (v10) Next

MaxBufferSize

Chapter contents

Applies to:

VAccess

Description

This property limits the number of bytes which will be allocated by the control for data passed to a Pervasive PSQL record manager operation.

Remarks

The maximum size of the data buffer for an individual Pervasive PSQL operation is 64 KB.

If ExtendedOps = True, the value of MaxBufferSize wil determine the value of CacheRows if CacheRows is set to 0.

Setting this value too high for your current Pervasive PSQL configuration will result in status 97, data buffer length errors, being returned from record manager operations, especially on extended fetch operations where the entire data buffer is likely to be used in transferring data to and from the Pervasive PSQL record manager.

See Also:

Affects: Rows, CacheRows

Affected by: ExtendedOps


Chapter contents
Book contents

Prev topic: Locked
Next topic: MaxLength