Using UltraLiteJ as a MobiLink client

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), 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 carry out 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

To start the MobiLink server with CustDB as the consolidated database, run start_ml.bat from the samples-dir\UltraLiteJ directory.