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 - Getting Started » MobiLink tutorials » Tutorial: Synchronizing with XML

 

Lesson 1: Setting up an XML data source

In this lesson, you create an XML file to store order information.

 Set up an XML data source
  1. Create an XML file with the following contents:

    <?xml version="1.0" encoding="UTF-8"?>
    <orders></orders>
  2. Save the XML file.

    This tutorial assumes c:\MLobjxml as the working directory for server-side components. Save the XML file as order_comments.xml in this directory.

  3. Proceed to Lesson 2: Setting up your MobiLink consolidated database.