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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » Embedded SQL API reference

 

ULRollbackPartialDownload function

Rolls back the changes from a failed synchronization.

Syntax
void ULRollbackPartialDownload(
SQLCA * sqlca
);
Parameters
  • sqlca   A pointer to the SQL Communications Area. In the C++ API, use the Sqlca.GetCA method.

Remarks

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

See also