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

SQL Anywhere 12.0.0 (Français) » MobiLink - Server-Initiated Synchronization » Server-initiated synchronization tutorials » Tutorial: Server-initiated synchronization using light weight polling

 

Lesson 1: Set up the consolidated database

In this lesson, you create a consolidated database named SIS_CarDealer_LP_DBLSN_CONDB with the scripts required for synchronization using the dbinit utility.

 ♦  To create and start a new SQL Anywhere consolidated database
  1. Create a new working directory to store the consolidated database.

    This tutorial assumes c:\MLsis as the working directory.

  2. Create the SQL Anywhere consolidated database using the dbinit utility.

    Run the following command:

    dbinit SIS_CarDealer_LP_DBLSN_CONDB
  3. Start the consolidated database.

    Run the following command:

    dbeng12 SIS_CarDealer_LP_DBLSN_CONDB
 Define an ODBC data source for the consolidated database
 See also