xHarbour Reference Documentation > Command Reference |
Toggles immediate committing of changes to record buffers.
SET HARDCOMMIT ON | off | (<lOnOff>)
Some replaceable database drivers support a delayed committing of records when their data is changed with the REPLACE command. The SET HARDCOMMIT setting influences this behavior. The default is ON.
Setting HARDCOMMIT to OFF can optimize record updates in databases but requires an explicit COMMIT command to indicate that data must be written to the database.
See also: | COMMIT, REPLACE, Set(), USE |
Category: | Database commands , SET commands , xHarbour extensions |
Source: | rtl\set.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com