Chapter 13 Working with MobiLink
From the Download tab of the property sheet of a MobiLink article, you can display the following properties:
Groupbox | Option | Description |
---|---|---|
Enable download | Use timestamp column | Allows you to detect if a row has been created or modified since the last synchronization |
Timestamp column name | Name of the timestamp column to indicate the creation or modification time. By default, the timestamp column name defined in the MobiLink Options tab of the replication process will be used | |
Use shadow table | Allows you to determine if a row has been created or modified since last download. When using shadow table, triggers need to be used to maintain the shadow table | |
Shadow table name | The name of update of shadow table. <ConsolidatedTable> represents the code of the consolidated table | |
Use snapshot | Allows you to download all rows for each synchronization | |
Enable download delete | Use deleted column | Allows you to use a column to indicate if a row has been deleted |
Column name | Name of the column to indicate if a row has been deleted | |
Data type | Data type of the column to indicate if a row has been deleted | |
Deleted value | Value used to indicate if a row has been deleted | |
Non-deleted value | Value used to indicate if a row is not deleted | |
Use shadow table | Allows you to determine if a row has been deleted since last download. When using shadow table, triggers need to be used to maintain the shadow table | |
Shadow table name | Name of the deleted shadow table. <ConsolidatedTable> represents the code of the consolidated table | |
Timestamp column name | Name of timestamp column to indicate the deletion time | |
Enable data partitioning | User name column | Name of column to store the synchronization user name for data partitioning |
Copyright (C) 2007. Sybase Inc. All rights reserved. |