User Guide
RDBMSResolver class (Flash Professional only) 1051
RDBMSResolver class (Flash
Professional only)
Inheritance MovieClip > RDBMSResolver
ActionScript Package Name mx.data.components.RDBMSResolver
The methods, properties, and events of the RDBMSResolver class allow you to connect to a
DataSet component and make changes to external data sources.
Method summary for the RDBMSResolver
component
The following table lists the method of the RDBMSResolver class.
Property summary for the RDBMSResolver
component
The following table lists properties of the RDBMSResolver class.
Method Description
RDBMSResolver.addFieldInfo() Adds a new item to the fieldInfo collection, which is
used for setting up an RDBMSResolver component
dynamically at runtime.
Property Description
RDBMSResolver.deltaPacket The deltaPacket property of the DataSet object should
be bound to this property so that when
DataSet.applyUpdates() is called, the binding copies it
across and the resolver creates the update packet.
RDBMSResolver.fieldInfo A collection of fields with properties that identify
DataSet fields that require special handling, either
because they are key fields or because they cannot
be updated.
RDBMSResolver.nullValue A string that is placed in the update packet to indicate
that the value of a field is
null.
RDBMSResolver.tableName Identifies the database table that is to be updated.
RDBMSResolver.updateMode Values that determine how key fields are identified when
the XML update packet is generated.