ULResetLastDownloadTime function

Resets the last download time of a publication so that the application resynchronizes previously downloaded data.

Syntax
void ULResetLastDownloadTime(
SQLCA * sqlca,
ul_string pub-list
);
Parameters

sqlca   A pointer to the SQLCA.

pub-list   A string containing a comma-separated list of publications to reset. An empty string implies all tables except tables marked as "no sync". A string containing just an asterisk ("*") implies all publications. Some tables may not be part of any publication and are not included if the pub-list string is "*".

Example

The following function call resets the last download time for all tables:

ULResetLastDownloadTime( &sqlca, UL_TEXT("") );
See also