Navigation:  Classes > bArrayServer >

bArrayServer:Commit()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Flush the buffer to ensure that all changes of the data server are saved.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Commit() Æ lSuccess

Return Value

lSuccessA logical value indicating whether all changes were stored.
TRUEAll changes were saved.
FALSEThe changes could not be saved.
Data Type:Logic

Description

bArrayServer:Commit() saves all changes of the current record. The methods bArrayServer:FieldPut() or bArrayServer:RecordPut() do not save field values directly but saves them in the buffer. The buffer is flushes with the next record movement. The buffer can be promptly saved and emptied by the method bArrayServer:Commit().

See Also

bArrayServer:FieldPut()

bArrayServer:RecordPut()

bArrayServer:Refresh()

 


Page url: http://www.YOURSERVER.com/index.html?barrayserver_commit.htm