Rdbmsresolver.updatemode - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Description
Property; a string that represents the table name in the XML for the database table to be
updated. This property also determines which fields to send in the update packet. To make
this determination, the RDBMSResolver component compares the value of this property with
the value provided for the
collection property, the field is placed in the update packet. If a field has an entry
fieldInfo
in the
collection property, and its
fieldInfo
RDBMSResolver component's
a field has an entry in the
blank and is different from the RDBMSResolver component's
is not placed in the update packet.

RDBMSResolver.updateMode

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
resolveData.updateMode
Description
Property; contains several values that determine how key fields are identified when the XML
update packet is generated. This property can have the following strings as values:
Value
Description
Uses the old values of all of the modified fields to identify the record to be
"umUsingAll"
updated. This is the safest value to use for updating, because it
guarantees that another user has not modified any field of the record
since you retrieved it. However, this approach is more time consuming
and generates a larger update packet.
1060 RDBMSResolver component (Flash Professional only)
fieldInfo.ownerName
ownerName
property, the field is placed in the update packet. If
tableName
collection property, and its
fieldInfo
property. If a field has no entry in the
value is blank or identical to the
ownerName
tableName
value is not
property, the field

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents