Use this statement in an Adaptive Server Anywhere remote database to alter the properties of a MobiLink user.
ALTER SYNCHRONIZATION USER ml_username
[ TYPE sync-type ]
[ ADDRESS network-parameters ]
[ ADD OPTION option=value, ... ]
[ MODIFY OPTION option=value, ... ]
[ DELETE { ALL OPTION | OPTION option } ]
ml_username: identifier
network-parameters: string
sync-type: http | https | tcpip | ActiveSync
value: string | integer
TYPE clause This clause specifies the communication protocol to use for synchronization.
ADDRESS clause This clause specifies network parameters, including the location of the MobiLink synchronization server.
For a complete list of network parameters, see CommunicationAddress (adr) extended option.
ADD OPTION, MODIFY OPTION, DELETE OPTION AND DELETE ALL OPTION clause These clauses allow you to add, modify, delete or delete all options. You may specify only one parameter in each clause.
For a complete list of options, see dbmlsync extended options.
Use this statement to alter the properties of a synchronization user within a MobiLink remote database.
Must have DBA authority. Requires exclusive access to all tables referred to in the publication.
Automatic commit.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
SQL Anywhere Studio 9.0.1
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.