MaxBufferSize
Applies to
VAccess
Description
This property limits the number of bytes which will be allocated by the control for data passed to a PSQL record manager operation.
Remarks
The maximum size of the data buffer for an individual 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 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 PSQL record manager.
See Also
Affects: Rows, CacheRows
Affected by: ExtendedOps