Resets the last download time so that the application resynchronizes previously downloaded data.
void ULResetLastDownloadTime(
SQLCA * sqlca,
ul_publication_mask publication-mask );
sqlca A pointer to the SQLCA.
publication-mask A set of OR'd publications supplied as a mask. Use 0 to reset all publications in the entire database. For example, the following mask corresponds to publications PUB1 and PUB2.:
UL_PUB_PUB1 | UL_PUB_PUB2
The following function call resets the last download time for all tables:
ULResetLastDownloadTime( &sqlca, UL_SYNC_ALL );