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

SQL Anywhere 10.0.1 » MobiLink - Client Administration » UltraLite Synchronization Parameters and Network Protocol options » Synchronization parameters for UltraLite

Ping synchronization parameter Next Page

Publication synchronization parameter


Specifies the publications to be synchronized.

Syntax

The syntax varies depending on the API you use. You can also use this parameter with ulsync.

Default

Synchronize all publications.

Remarks

When synchronizing in C/C++, set the publication synchronization parameter to a publication mask: an OR'd list of publication constants. See PublicationMask synchronization parameter.

See also
Example

ulsync can set this parameter as an extended synchronization parameter as follows:

ulsync -c DBF=myuldb.udb -k http -e "Username=remoteA;Version=2;Publication=UL_PUB_MYPUB1,UL_PUB_MYPUB2"