Navigation:  DataServer Classes > DaoServer Class >

DaoServer:DBStruct Access

Previous pageReturn to chapter overviewNext page

Purpose

An array containing the structure of this data server, whose length (that is, number of elements) is equal to the number of fields in the server.

Each subarray is comprised of four elements, which contain the following information, in this order:

 

Constant        Attribute

DBS_NAME        cName

DBS_TYPE        cType

DBS_LEN        nLength

DBS_DEC        nDecimals

 

 

Class

DaoServer        

 

See Also

DaoRecordSet:Fields