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

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULConnection class

Rollback method Next Page

RollbackPartialDownload method


Rolls back the changes from a failed synchronization.

Syntax

RollbackPartialDownload ( )
Member of UltraLiteAFLib.ULConnection

Remarks

When a communication error occurs during the download phase of synchronization, UltraLite can apply the downloaded changes, so that the synchronization can be resumed from the place it was interrupted. If the download changes are not required (the user or application does not want to resume the download at this point), RollbackPartialDownload rolls back the failed download transaction.

See also