xHarbour Reference Documentation > Function Reference |
Writes database and index buffers of all used work areas to disk.
NetCommitAll() --> MAX_TABLE_AREAS
The function returns the value of the #define constant MAX_TABLE_AREAS as a numeric value (see TTable.ch).
The NetCommitAll() function writes buffers of all work areas to disk and releases all pending record locks. It iterates the work areas from 1 to MAX_TABLE_AREAS.
See also: | CLOSE, DbCloseAll(), DbCommit(), NetLock(), NetRecLock() |
Category: | Database functions , Network functions , xHarbour extensions |
Header: | ttable.ch |
Source: | rtl\ttable.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com