Lesson 1: Set up the consolidated database

In this lesson, you create a consolidated database named MLConsolidated 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.

  3. Run the following command:

    dbinit MLconsolidated
  4. Start the consolidated database using the dbeng12 utility.

    Run the following command:

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