Resets the last download time of a publication so that the application resynchronizes previously downloaded data.
void ULResetLastDownloadTime( SQLCA * sqlca, ul_string pub-list );
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 "*".
The following function call resets the last download time for all tables:
ULResetLastDownloadTime( &sqlca, UL_TEXT("") ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |