xHarbour Reference Documentation > Command Reference |
Toggles read optimization for database access.
SET STRICTREAD on | OFF | ( <lOnOff> )
SET STRICTREAD is part of xHarbour's optimization for database access. This is accomplished by means of internal memory buffers used to hold the contents of field variables. If field variables must be accessed that are held in a buffer already, no file access is required when SET STRICTREAD is set to OFF. This is the default and optimizes field access.
When SET STRICTREAD is set to ON, the contents of field variables are always read from disk.
See also: | Set(), SET OPTIMIZE |
Category: | Database commands , SET commands , xHarbour extensions |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com