ActionScript 2.0 Components Language Reference |
|
|
|
| RDBMSResolver component > RDBMSResolver.updateResults | |||
Flash Player 7.
Flash MX Professional 2004.
resolveData.updateResults
Property; a delta packet that contains the results of an update returned from the server through a connector. Use this property to transmit errors and updated data from the server to a data set--for example, when the server assigns new IDs for an auto-assigned field. Bind this property to a connector's results property so that it can receive the results of an update and transmit the results back to the data set.
Messages in the updateResults property are treated as errors. This means that a delta with messages is added to the delta packet again so it can be re-sent the next time the delta packet is sent to the server. You must write code to handle deltas that have messages so that the messages are presented to the user and the deltas can be modified before being added to the next delta packet.
|
|
|
|