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

SQL Anywhere 11.0.0 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

synchronize function

Synchronizes the database with a MobiLink server.

Syntax
void Connection.synchronize(
  SyncParms config
) throws ULjException
Parameters
  • config   The parameters used for synchronization

Remarks

The database is checkpointed when the download is applied to the database.

See also