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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Getting Started » MobiLink tutorials » Tutorial: Using direct row handling

 

Lesson 1: Setting up a text file data source

In this lesson, you create a new text file to store order information.

Prérequis

This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Using direct row handling.

 Task
  1. Create a new blank text file.

  2. Add the following tab-delimited values representing the comment_id, order_id, and order_comment to the file:

    786	34	OK, ship promotional material.
    787	35	Yes, the product is going out of production.
    788	36	No, your commission cannot be increased...
  3. Save the file in your working directory.

    This tutorial assumes c:\MLdirect as the working directory for server-side components. Save the file as orderResponses.txt in this directory.

Résultat

The text file is created.