ActionScript 2.0 Components Language Reference |
|
|
|
| RDBMSResolver component > Using the RDBMSResolver component > Common workflow for the RDBMSResolver component | |||
The following steps describe the typical workflow for the RDBMSResolver component.
To use an RDBMSResolver component:|
NOTE |
The web service must return an array of records to be bound to the data set. |
dataProvider property.deltaPacket property to the RDBMSResolver's deltaPacket property.
The update instructions are sent from the DataSet component to the RDBMSResolver component when the DataSet.applyUpdates() method is called.
updatePacket property to the second WebServiceConnector params property to send data back to a method that parses the XML update packet. Set the kind of that params property to auto-trigger so that the connector sends the update packet as soon as data binding copies it over.In addition to these steps, you can also use the RDBMSResolver component to create bindings to apply the result packet sent back from the server to the data set.
For a step-by-step example that resolves data to a relational database using the RDBMSResolver component, see the tutorials on DevNet at http://www.adobe.com/devnet/mx/flash/data_integration.html.
|
|
|
|