Rdbmsresolver.tablename - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Description
Event; broadcast by the RDBMSResolver component when results have been received from
the server after the updates from a delta packet were applied. A single
can contain results of operations that were in the delta packet, as well as information about
updates that were performed by other clients. When a new update packet is received, the
operation results and database updates are split into two delta packets, which are placed
separately in the
deltaPacket
before the delta packet containing any database updates is sent using data binding.
Example
The following example reconciles two results and clears the updates on success:
on (reconcileUpdates) {
// Examine results.
if (examine(updateResults)) {
myDataSet.purgeUpdates();
} else {
displayErrors(results);
}
}

RDBMSResolver.tableName

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.tableName
property. The
reconcileUpdates
updateResults
event is broadcast just
RDBMSResolver.tableName 1059
packet

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents