Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » 应用程序开发 » 使用 UltraLite C++ API 开发应用程序

 

同步数据

UltraLite 应用程序可将数据与中央数据库同步。同步需要使用 SQL Anywhere 附带的 MobiLink 同步软件。

UltraLite C++ API 支持 TCP/IP、TLS、HTTP 和 HTTPS 同步。同步由 UltraLite 应用程序启动。在所有情况中,您都可以使用连接对象的方法和属性来控制同步。

有关同步的详细信息,请参见UltraLite 客户端

有关用于同步的 ul_synch_info 结构的详细信息,根据您使用的是 ASCII 字符还是宽字符,请参见ul_synch_info_a 结构ul_synch_info_w2 结构

有关同步参数的详细信息,请参见UltraLite 的同步参数