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

SQL Anywhere 12.0.1 » Mobile Link クイックスタート » Mobile Link チュートリアル » チュートリアル: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:Mobile Link 統合データベースの設定に進みます。