User Guide

1058 RDBMSResolver component (Flash Professional only)
Example
The following example reconciles two update packets and returns and clears the updates
on success:
on (reconcileResults) {
// Examine results.
if (examine(updateResults)) {
myDataSet.purgeUpdates();
} else {
displayErrors(results);
}
}
RDBMSResolver.reconcileUpdates
Availability
Flash Player 7.
Edition
Flash Professional 8.
Usage
resolveData.reconcileUpdates(eventObject)
Parameters
eventObject Resolver event object; describes the customizations to the XML packet before
the update is sent through the connector to the database. This event object should contain the
following properties:
Returns
None.
Property Description
target
Object; the resolver broadcasting this event.
type
String; the name of the event.