ActionScript 2.0 Components Language Reference |
|
|
|
| XUpdateResolver component > Using the XUpdateResolver component > Common workflow for the XUpdateResolver component | |||
The following procedure outlines the typical workflow for the XUpdateResolver component.
To use an XUpdateResolver component:|
NOTE |
You may need to create a virtual schema for your XML file if you want to access a subelement of the array that you are binding to the data set. |
dataProvider property of the DataSet component.deltaPacket component property selected, use the Schema Attributes pane to set the encoder property to the DataSetDeltaToXUpdateDelta encoder.rowNodeKey value that uniquely identifies the row node within the XML file. |
NOTE |
The |
deltaPacket property and the DataSet component's deltaPacket property.xupdatePacket property to the second XMLConnector component to send the data back to the external data source. |
NOTE |
The |
In addition to these steps, you can also create bindings to apply the result packet sent back from the server to the data set by the XUpdateResolver component.
For a step-by-step example that resolves data to an external data source using XUpdate, see "Data Integration: Using XML for a Timesheet".
|
|
|
|