PageSize
Applies to
VAccess
Description
Sets or returns the page size of the PSQL data file.
Remarks
Setting this property prior to invoking the DdfCreateTable method determines the page size of the resulting data file.
For existing data files, this property returns the page size used by the file. Setting this property for an existing file has no effect.
The range of valid page sizes depends on the file version of the PSQL data file:
Any operation which causes a new status buffer to be retrieved from the file will reset this value (see Stat).
See Also
Affects: DdfCreateTable
Affected by: Stat, TotalRecords