Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » UltraLite - Database Management and Reference » UltraLite as a MobiLink client » UltraLite clients » UltraLite client synchronization design

 

Table order in UltraLite

By setting the Table Order synchronization parameter you can control the order of synchronization operations. To specify a table order for synchronization, you can use the TableOrder parameter programmatically or as part of the ulsync utility during testing. The TableOrder parameter specifies the order of tables that are to be uploaded.

You only need to explicitly set the table order if your UltraLite database has:

  • Foreign key cycles. You must then list all tables that are part of a cycle.

  • Different foreign key relationships from those used in the consolidated database.

 Avoiding synchronization issues with foreign key cycles
 See also