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

SAP Sybase SQL Anywhere 16.0 » MobiLink - Getting Started » MobiLink tutorials » Tutorial: Synchronizing with XML

 

Lesson 2: Setting up your MobiLink consolidated database

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

Prérequis

This lesson assumes you have completed all preceding lessons. See Lesson 1: Setting up an XML data source.

This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Synchronizing with XML.

Contexte et remarques

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.

Note

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

 Task
  1. Start Sybase Central.

    Click Start » Programs » SQL Anywhere 16 » Administration Tools » Sybase Central.

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

  3. Click Next.

  4. Leave the default of Create a database on this computer and 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:\MLobjxml\MLconsolidated.db. Click Next.

  6. Follow the remaining instructions in the Create Database Wizard and accept the default values. If prompted to specify a user ID and password for the DBA user, enter DBA and sql, respectively.

    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 if the window did not close automatically.

  9. Click Tools » SQL Anywhere 16 » Open ODBC Administrator.

  10. Click the User DSN tab and click Add.

  11. In the Create New Data Source window, click SQL Anywhere 16 and 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 mlxml_db.

    3. Click the Login tab.

    4. In the User ID field, type DBA.

    5. In the Password field, type sql.

    6. In the Server name field, type MLconsolidated.

    7. Click OK.

  13. Close ODBC data source administrator.

    Click OK on the ODBC Data Source Administrator window.

Résultat

A database is created and ODBC data source is defined.

 See also