Purpose
Sets an array with data that contains the records of the server.
Class
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
| lSuccess | A logical value that indicates whether the data array was set. | 
| TRUE | The data array was set. | 
| FALSE | The 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
Page url: http://www.YOURSERVER.com/index.html?barrayserver_use.htm