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 - Server Administration » MobiLink server APIs » Direct row handling

 

Direct row handling setup

To use direct row handling, you need familiarity with how to create a MobiLink consolidated database, add synchronization scripts, and create MobiLink remote users.

Following is an overview of how to synchronize with a data source other than a consolidated database.

  1. Set up a consolidated database, if you do not already have one.

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

    See MobiLink consolidated databases.

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

    See Direct uploads.

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

    See Direct downloads.

 Other resources for getting started