An OR'd list of publications for which the last download time is retrieved. The set is supplied as a mask.
The syntax varies depending on the API you use. You can also set this parameter with ulsync.
0, or synchronize all data
Each publication has a binary mask; by OR'ing the masks together, you specify which publications should be synchronized. The special publication mask UL_SYNC_ALL describes all the tables in the database, whether in a publication. The mask UL_SYNC_ALL_PUBS describes all tables in publications in the database.
NoteSince schema changes may update masks, you should use publications titled by name using the Publications synchronization parameter. See Publication synchronization parameter. |
To set this parameter in an UltraLite for C/C+ application:
ul_synch_info_a info; // ... info.publication = UL_PUB_MYPUB1 | UL_PUB_MYPUB2 ;