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 - Client Administration » SQL Anywhere clients for MobiLink » SQL Anywhere clients » Synchronization with Microsoft ActiveSync

 

Configuring SQL Anywhere remote databases for Microsoft ActiveSync

MobiLink users, publications, and subscriptions can be configured to use Microsoft ActiveSync.

Prerequisites

There are no prerequisites for this task.

Context and remarks

This information is only applicable if you are using Microsoft ActiveSync.

 Task
  1. Select a synchronization type (TCP/IP, TLS, HTTP, or HTTPS).

    The synchronization type can be set for a synchronization publication, for a synchronization user, or for a synchronization subscription. It is set in a similar manner for each. Here is part of a typical CREATE SYNCHRONIZATION USER statement:

    CREATE SYNCHRONIZATION USER SSinger
    TYPE tcpip
    ...
  2. Supply an address clause to specify communication between the MobiLink provider for Microsoft ActiveSync and the MobiLink server.

    For HTTP or TCP/IP synchronization, the ADDRESS clause of the CREATE SYNCHRONIZATION USER or CREATE SYNCHRONIZATION SUBSCRIPTION statement specifies communication between the MobiLink client and server. For Microsoft ActiveSync, the communication takes place in two stages: from the dbmlsync utility on the device to the MobiLink provider for Microsoft ActiveSync on the desktop computer, and from the desktop computer to the MobiLink server. The ADDRESS clause specifies the communication between MobiLink provider for Microsoft ActiveSync and the MobiLink server.

Results

The specified user, publication or subscription is configured to use Microsoft ActiveSync.

Example

The following statement specifies TCP/IP communication to a MobiLink server on a computer named kangaroo:

CREATE SYNCHRONIZATION USER SSinger
TYPE tcpip
ADDRESS 'host=kangaroo;port=2439';

 See also