MobiLink data synchronization

The UltraLite Java edition management system contains a built-in change tracking system that allows database changes to be synchronized.

Data synchronization can be performed using HTTP or HTTPS network protocols. HTTPS synchronization provides secure encryption to the MobiLink server.

To synchronize data, your application must perform the following steps:

  1. Instantiate a syncParms object, which contains information about the consolidated database (name of the server, port number), the name of the database to be synchronized, and the definition of the tables to be synchronized.

  2. Call the synchronize method from the connection object with the syncParms object to perform the synchronization.

The data to be synchronized can be defined at the table level. You cannot configure synchronization for portions of a table.

 See also
 Example

Data synchronization on a BlackBerry smartphone
Network protocol options for UltraLiteJ synchronization streams
Synchronizing the CustDB application on a BlackBerry smartphone