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.
SQL Anywhere 10.0.0
Java Software Development Kit or the Microsoft .NET Framework
You will require:
Familiarity with Java or .NET.
Basic knowledge of MobiLink event scripts and MobiLink synchronization.
You will gain competence and familiarity with:
The MobiLink server APIs for Java and .NET.
Creating methods for MobiLink direct row handling.
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.