xHarbour Reference Documentation > Function Reference |
Writes database and index buffers of all used work areas to disk.
DbCommitAll() --> NIL
The return value is always NIL.
The DbCommitAll() function writes buffers of all work areas to disk. It performs the same operations as DbCommit(), except that all work areas with open databases are iterated in one function call.
See also: | CLOSE, COMMIT, DbCloseAll(), DbCommit(), DbRUnlock(), DbUnlock(), NetCommitAll(), RLock() |
Category: | Database functions |
Source: | rdd\dbcmd.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
// refer to function DbCommit()
http://www.xHarbour.com