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 - Getting Started » Tutorial: Using Direct Row Handling

Tutorial: Using Direct Row Handling Next Page

Introduction to direct row handling tutorial


This tutorial shows you how to implement MobiLink direct row handling so that you can use a data source other than a supported consolidated data source.

You can use direct row handling to communicate remote data to any central data source, application, or web service.

This tutorial shows you how to use the MobiLink server APIs for Java and .NET for simple direct row handling. You synchronize the client RemoteOrders table with the consolidated database and add special direct row handling processing for the OrderComments table.

You set up a simple synchronization for the RemoteOrders table.

Required software
Competencies and experience

You will require:

Goals

You will gain competence and familiarity with:

Suggested background reading

For more information about MobiLink synchronization, see Introducing MobiLink Synchronization.

For more information about synchronization techniques, see Synchronization Techniques.

For more information about direct row handling, see Direct Row Handling.