Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
重置发布的上次下载时间,以便应用程序能够重新同步以前下载的数据。
public ul_ret_void ULResetLastDownloadTime( SQLCA * sqlca, char const * pub_list )
sqlca 指向 SQLCA 的指针
pub_list 包含以逗号分隔的要重置的发布列表的字符串。空字符串表示包括除标记为 "no sync" 以外的所有表。只包含一个星号 ("*") 的字符串表示包括所有发布。某些表可能不属于任何发布,因而即使 pub-list 字符串为 "*",也不会将这些表包括在内。
下面的函数调用为所有表重置上次下载时间:
ULResetLastDownloadTime( &sqlca, UL_TEXT("") );