Lesson 2: Setting up your MobiLink consolidated database

This lesson assumes you have completed all preceding lessons. See Lesson 1: Setting up an Excel worksheet.

Your MobiLink consolidated database is a central repository of data and includes MobiLink system tables and stored procedures used to manage the synchronization process. With direct row handling, you synchronize with a data source other than a consolidated database, but you still need a consolidated database to maintain information used by the MobiLink server.

In this lesson, you create a database and define an ODBC data source.

Note

If you already have a MobiLink consolidated database set up with MobiLink system objects and a DSN, you can skip this lesson.

 Set up your consolidated database
  1. Click Start » Programs » SQL Anywhere 12 » Administration Tools » Sybase Central.

  2. Click Tools » SQL Anywhere 12 » Create Database.

  3. Click Next.

  4. Leave the default of Create Database On This Computer, and then click Next.

  5. In the Save The Main Database File To The Following File field, type the file name and path for the database. For example, c:\MLobjexcel\MLconsolidated.db.

  6. Follow the remaining instructions in the Create Database Wizard and accept the default values. On the Connect To The Database page, clear the Stop The Database After Last Disconnect option.

  7. Click Finish.

    The MLconsolidated database appears in Sybase Central.

  8. Click Close on the Creating Database window.

  9. In Sybase Central, click Tools » SQL Anywhere 12 » Open ODBC Administrator.

  10. Click the User DSN tab, and then click Add.

  11. In the Create New Data Source window, click SQL Anywhere 12, and then click Finish.

  12. Perform the following tasks in the ODBC Configuration For SQL Anywhere window:

    1. Click the ODBC tab.

    2. In the Data Source Name field, type mlexcel_db.

    3. Click the Login tab.

    4. In the User ID field, type DBA.

    5. In the Password field, type sql.

    6. From the Action dropdown list, click Connect To A Running Database On This Computer.

    7. In the Server Name field, type MLconsolidated.

    8. Click OK.

  13. Close ODBC data source administrator.

    Click OK on the ODBC Data Source Administrator window.

  14. Proceed to Lesson 3: Creating a table in your MobiLink consolidated database.

 See also