Table order in UltraLite

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

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