Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
启动 UltraLite 应用程序中的同步。
public ul_ret_void ULSynchronizeW(SQLCA * sqlca, ul_sync_info_w2 * info)
sqlca 指向 SQLCA 的指针
info 一个同步结构。
此方法原型当您在 Win32 平台上引用 ULSynchronize 和 #define the UNICODE 宏时内部使用。通常,您创建 UltraLite 应用程序时不会直接引用此方法。
对于 TCP/IP 或 HTTP 同步,ULSynchronize 函数将启动同步。在同步过程中出现的、没有被 handle_error 脚本处理的错误将作为 SQL 错误进行报告。应用程序应测试此函数的 SQLCODE 返回值。