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

SQL Anywhere 12.0.0 » MobiLink - Client Administration » SQL Anywhere clients for MobiLink » SQL Anywhere clients » Creating synchronization subscriptions

 

Altering MobiLink subscriptions

Synchronization subscriptions can be altered using Sybase Central or the ALTER SYNCHRONIZATION SUBSCRIPTION statement. The syntax is similar to that of the CREATE SYNCHRONIZATION SUBSCRIPTION statement, but provides an extension to more conveniently add, modify, and delete options.

 To alter a synchronization subscription (Sybase Central)
  1. Connect to the database as a user with DBA authority.

  2. Open the MobiLink Users folder.

  3. Click a user. The properties appear in the right pane.

  4. In the right pane, click the Subscriptions tab. Right-click the subscription you want to change and select Properties.

  5. Change the properties as needed.

 To alter a synchronization subscription (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute an ALTER SYNCHRONIZATION SUBSCRIPTION statement.

See ALTER SYNCHRONIZATION USER statement [MobiLink].