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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Direct Row Handling » Introduction to direct row handling

The components of direct row handling Next Page

Quick start


To synchronize with a data source other than a consolidated database, complete the following steps.

Overview of setting up direct row handling
  1. Set up a consolidated database, if you do not already have one.

    Whether or not you are synchronizing to a consolidated database, you need to have a consolidated database to hold MobiLink system tables.

    See MobiLink Consolidated Databases.

  2. If you want to handle uploads, write a public method using the UploadData interface and register it for the handle_UploadData connection event.

    See Handling direct uploads.

  3. If you want to handle downloads, write a public method using the DownloadData interface and register it for the handle_DownloadData connection event (or another event).

    See Setting direct downloads.

  4. If you want to use the row handling API to refer to columns by name (rather than by index), specify in your client that column names should be sent with the upload. See:

Other resources for getting started