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