Navigation:  Classes > bArrayServer >

bArrayServer:DBStruct

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

An array that defines the field structure of the data server.

Class

bArrayServer

Type

Access / Assign

Data Type

Array

Description

The field structure is defined by a two-dimensional array. The first dimension of the array defines the fields. The second dimension defines the structure of each field.

 

The second dimension consists of five elements that are described in the following table:

 

Constant

Data Type

Description

DBS_NAME

String

Name of field.

DBS_TYPE

String

Data type of field.

DBS_LEN

Integer

Length of field, including the decimal point and the decimals.

DBS_DEC

Integer

Number of decimals.

DBS_ALIAS

String

Alias of field.

See Also

bArrayServer:Init()

 


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