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

SQL Anywhere 12.0.1 » MobiLink - 入门 » MobiLink 教程 » 教程:与 XML 同步

 

第 1 课:建立 XML 数据源

在本课中,您将创建 XML 文件来存储订单信息。

 ♦ 建立 XML 数据源
  1. 创建一个包含以下内容的 XML 文件:

    <?xml version="1.0" encoding="UTF-8"?>
    <orders></orders>
  2. 保存 XML 文件。

    本教程假定 c:\MLobjxml 作为服务器端组件的工作目录。在此目录中将 XML 文件另存为 order_comments.xml

  3. 前进至第 2 课:建立 MobiLink 统一数据库