Navigation:  Classes > bDBServer >

bDBServer:RecordSave()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Saves information of the current record.

Class

bDBServer

Type

Method

Syntax

<oDBServer>:RecordSave() Æ uaRecord

Return Value

uaRecordAn array with the saved record information.
Data type:Array

Description

bDBServer:RecordSave() saves information about the current record in an array and returns this. The following information is saved:

RecNo
BoF-Status (Begin of File)
EoF-Status (End of File)

 

If the server possesses relations on other servers then the record information of these servers is also saved.

 

Important note!
With each call of the method bDBServer:RecordSave() the class bDBServer allocates memory, that must be released by calling the method bDBServer:RecordRestore() or bDBServer:RecordRelease(). Otherwise a memory leak arises that gets bigger and bigger with every call of the method bDBServer:RecordSave().

See Also

bDBServer:RecordRelease()

bDBServer:RecordRestore()

 


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