RDBMSResolver.fieldInfo

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

resolveData.fieldInfo

Description

Property; specifies a collection of an unlimited number of fields with properties that identify DataSet fields that require special handling, either because they are key fields or because they cannot be updated (for information about adding a field, see RDBMSResolver.addFieldInfo()). Each fieldInfo item in the collection contains three properties:

Property

Description

fieldName

Name of the special-case field. This field name should match a field name in the DataSet component.

ownerName

An optional property. If this field is not "owned" by the table defined in the RDBMSResolver.tableName property, OwnerName is the name of the owner of this field. If OwnerName has the same value as RDBMSResolver.tableName or is blank, usually the field is included in the XML update packet. If OwnerName doesn't have any of these values, this field is excluded from the update packet.

isKey

A Boolean value; if true, all key fields for the table are updated.