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.

 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 subscriptions appear in the right pane.

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

  5. Change the properties as needed.

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

  2. Execute an ALTER SYNCHRONIZATION SUBSCRIPTION statement.

 See also