User Guide

RDBMSResolver component (Flash Professional only) 639
Property summary for the RDBMSResolver component
The following table lists properties of the RDBMSResolver class.
Event summary for the RDBMSResolver component
The following table lists the events of the RDBMSResolver class.
RDBMSResolver.addFieldInfo()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.addFieldInfo("fieldName", "ownerName", "isKey")
Property Description
RDBMSResolver.deltaPacket The DataSet object’s deltaPacket property should be bound
to this property so that when
DataSet.applyUpdates() is
called, the binding will copy it across and the resolver will
create the update packet.
RDBMSResolver.fieldInfo A collection of fields with properties that identify DataSet
fields that require special handling, either because they are key
fields or because they cannot be updated.
RDBMSResolver.nullValue A string that is placed in the update packet to indicate that a
field's value is
null.
RDBMSResolver.tableName Identifies the database table that is to be updated.
RDBMSResolver.updateMode Values that determine how key fields are identified when the
XML update packet is generated.
RDBMSResolver.updatePacket The XML packet produced by this resolver that contains the
changes from the data set’s delta packet.
RDBMSResolver.updateResults A delta packet that contains the results of an update returned
from the server through a connector.
Event Description
RDBMSResolver.beforeApplyUpdates Defined in your application; called by the RDBMSResolver
component to make custom modifications to the XML of the
updatePacket property before it is bound to the connector.
RDBMSResolver.reconcileResults Defined in your application; called by the RDBMSResolver
component to compare two packets after results have been
received from the server and applied to the delta packet.
RDBMSResolver.reconcileUpdates Defined in your application; called by the RDBMSResolver
component when results have been received from the server
after the updates from a delta packet were applied.