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

SQL Anywhere 12.0.0 » UltraLite - Database Management and Reference » UltraLite as a MobiLink client » Using ActiveSync with UltraLite on Windows Mobile

 

ActiveSync synchronization overview

  1. ActiveSync begins a synchronization session.

  2. The ActiveSync provider sends a synchronize notification message to the first registered application on the device. The application is started if it is not yet running.

  3. WndProc is invoked for each registered application.

  4. Once the application has determined that this is the synchronize notification message from ActiveSync, the application calls ULIsSynchronizeMessage to invoke the database synchronization procedure.

  5. Once synchronization is complete, the application calls ULSignalSyncIsComplete to let the provider know that it has finished synchronizing.

  6. Steps two-five are repeated for each application that has been registered with the provider.