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

SQL Anywhere 12.0.1 » MobiLink - Getting Started » MobiLink tutorials

 

Tutorial: Using .NET synchronization logic

This tutorial guides you through the basic steps for using .NET synchronization logic. Using the CustDB sample as a SQL Anywhere consolidated database, you specify simple class methods for MobiLink table-level events. The process also involves running the MobiLink server (mlsrv12) with an option that sets the path of .NET assemblies.

 Required software
 Competencies and experience
 Overview
 Goals
 See also

Lesson 1: Compiling the CustdbScripts.dll assembly with MobiLink references
Lesson 2: Creating a MobiLink project
Lesson 3: Subscribing a script to the upload_insert event
Lesson 4: Specifying class methods for events
Lesson 5: Running the MobiLink server with -sl dnet
Lesson 6: Testing synchronization
Cleaning up