New dbAlias DataWindow object property

The dbAlias DataWindow object property allows you to get column names that use the alias for a table name in a script. Use this property if you have defined an alias for a table name in the SELECT statement for a DataWindow object and you want to obtain the column name with the table alias so that you can manipulate the update WHERE clause dynamically.

For more information, see the description of dbAlias in the DataWindow Reference or the online Help.