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 - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » Connection class

 rollbackPartialDownload method Next Page

saveSyncParms method


Saves the synchronization parameters for use by HotSync or for use during one-button synchronization.

Syntax

saveSyncParms( )

Remarks

Do not confuse the saveSyncParms method with the Connection.SyncParms property. The SyncParms property is used to define the synchronization parameters for this connection. The setSyncParms method just saves these parameters so that HotSync can use them.

See also