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

SQL Anywhere 11.0.1 (中文) » MobiLink - 客户端管理 » 用于 MobiLink 的 SQL Anywhere 客户端 » Dbmlsync API » Dbmlsync API 简介

 

Dbmlsync API 接口

Dbmlsync API 有 2 个版本,一个适用于 C++,另一个适用于 .NET。

C++ 版本是在 DLL dbmlsynccli11.dll 中实现的。想要使用此版本的客户端,应在其 C++ 代码中包含标头 dbmlsynccli.hpp 并链接到导入库 dbmlsynccli11.lib。之后客户端必须使用其应用程序分发 dbmlsynccli11.dll 文件。请参见适用于 C++ 的 Dbmlsync API

API 的 .NET 版本是在 DLL iAnywhere.MobiLink.Client.dll. 中实现的。.NET 应用程序可通过包含对 DLL 的引用使用接口。请参见用于 .NET 的 Dbmlsync API