Target Type page
Source table
This field displays the name of the source table that you selected in the Define Subscription window.
Target table
This field displays the name of the target table that you selected or specified in the Define Subscription window.
Target table is read-only
Select this radio button to specify that the target table is read-only. If you select this radio button, you must select one the following read-only target types:
Target table is replica
Select this radio button to specify that the target table is a replica target type that defaults to the same after-image columns and primary key fields as the source table.
Target table is row replica
Select this radio button to specify that the target table is a row replica target type. The row replica target type is the replica available for Microsoft Jet databases.
Row replica is a type of update-anywhere replica in which conflicts are detected row by row, not transaction by transaction. Not all DB2 Universal Database data types are supported by Microsoft Jet databases, therefore, some table columns may be excluded when you use row replica.
When you select a Microsoft Jet database the target type defaults to row replica. All other target types are grayed out on the Target Type page.
Target Columns page
Source table
This field displays the name of the source table that you selected in the Define Subscription window.
Target table
This field displays the name of the target table that you selected or specified in the Define Subscription window.
Primary key
Select this check box to specify that the selected target column is a primary key column.
Column name
Use this field to change existing column names and then specify which columns are selected for subscription and which columns are primary key columns.
The replication program automatically adds the default character X for each source column that you define as a before-image column in the Define as Replication Source window.
The field:
Subscribe
Select this check box to specify that this column be included in the subscription.
Create Column
Click on this push button to open the Create Column window so that you can select a column name from the list of available columns and then add it as a computed column to the Column Name list.
Change
Click on this push button so that you can change existing target columns or SQL expressions. The Change Column window opens.
Show Keys
Click on this push button to open the Show Keys window so that you can see existing primary keys from the source table. The key columns are either primary key columns, if defined, or columns from the unique indexes.
Rows page
Source table
This field displays the name of the source table that you selected in the Define Subscription window.
Target table
This field displays the name of the target table that you selected or specified in the Define Subscription window.
WHERE
Type the row predicate definition for the subscription set. You can click on the Examples push button to see sample predicates.
Do not type the word WHERE. The replication program automatically provides this word.