xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NetCommitAll()

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

Syntax

NetCommitAll() --> MAX_TABLE_AREAS

Return

The function returns the value of the #define constant MAX_TABLE_AREAS as a numeric value (see TTable.ch).

Description

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.

Info

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


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