xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

DbCommitAll()

Writes database and index buffers of all used work areas to disk.

Syntax

DbCommitAll() --> NIL

Return

The return value is always NIL.

Description

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.

Info

See also:CLOSE, COMMIT, DbCloseAll(), DbCommit(), DbRUnlock(), DbUnlock(), NetCommitAll(), RLock()
Category: Database functions
Source:rdd\dbcmd.c
LIB:xhb.lib
DLL:xhbdll.dll

Example

// refer to function DbCommit()

Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe