RDBMSResolver.tableName

Availability

Flash Player 7.

Edition

Flash MX Professional 2004.

Usage

resolveData.tableName

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 fieldInfo.ownerName property. If a field has no entry in the fieldInfo collection property, the field is placed in the update packet. If a field has an entry in the fieldInfo collection property, and its ownerName value is blank or identical to the RDBMSResolver component's tableName property, the field is placed in the update packet. If a field has an entry in the fieldInfo collection property, and its ownerName value is not blank and is different from the RDBMSResolver component's tableName property, the field is not placed in the update packet.