Navigation:  Classes > bArrayServer >

bArrayServer:Use()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Sets an array with data that contains the records of the server.

Class

bArrayServer

Type

Method

Syntax

<oArrayServer>:Use(<auData>) Æ lSuccess

Arguments

<auData>A two-dimensional array that contains the records of the server. The first dimension of the array represents the records and the second dimension the field values within a record. It has the form { {aRecord1}, {aRecord2}, …} where each record is {ufield1, uField2, …}
Data Type:Array

Return Value

lSuccessA logical value that indicates whether the data array was set.
TRUEThe data array was set.
FALSEThe data array could not be set.
Data Type:Logic

Description

The structure of the data array is the same as for the class DBServer. This structure can be obtained with the access bArrayServer:DBStruct.

See Also

bArrayServer:Data

bArrayServer:DBStruct

bArrayServer:Init()

 


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