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