User Guide

1052 RDBMSResolver component (Flash Professional only)
Event summary for the RDBMSResolver component
The following table lists the events of the RDBMSResolver class.
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.
Property Description