Navigation:  Classes > bDBServer >

bDBServer:RecordRelease()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Releases the information from a previously saved record.

Class

bDBServer

Type

Method

Syntax

<oDBServer>:RecordRelease(<uaRecord>) Æ lSuccess

Arguments

uaRecordAn array with the saved record informations.
Data Type:Array

Return Value

lSuccessA logical value that indicates whether the record informations was released.
TRUEThe record informations was released.
FALSEThe record informations could not released.
Data Type:Logic

Description

bDBServer:RecordRelease() releases the information which was saved before with the method bDBServer:RecordSave(). If the server possesses relations on other servers then saved informations of these servers are released also.

 

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:RecordRestore()

bDBServer:RecordSave()

 


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