MobiLink Synchronization User's Guide
Adaptive Server Anywhere Clients
Using ActiveSync synchronization
To configure your Adaptive Server Anywhere remote database for ActiveSync
Select ActiveSync as the synchronization type.
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 ActiveSync ...
Supply an address clause to specify communication between the MobiLink provider for ActiveSync and the MobiLink synchronization 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 ActiveSync, the communication takes place in two stages: from the dbmlsync utility on the device to the MobiLink provider for ActiveSync on the desktop machine, and from desktop machine to the MobiLink synchronization server. The ADDRESS clause specifies the communication between MobiLink provider for ActiveSync and the MobiLink synchronization server.
The following statement specifies TCP/IP communication to a MobiLink synchronization server on a machine named kangaroo:
CREATE SYNCHRONIZATION USER SSinger TYPE ActiveSync ADDRESS 'stream=tcpip;host=kangaroo;port=2439'
For more information, see CREATE SYNCHRONIZATION USER statement [MobiLink].