Deleting message types

Deleting a message type removes the publisher address from the definition.

 Delete a message type (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, expand the SQL Remote Users directory for a database.

  3. In the right pane, click the Message Types tab.

  4. In the right pane, right-click the message type you want to remove and click Delete.

  5. Click Yes.

 Delete a message type (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a DROP REMOTE MESSAGE TYPE statement.

 See also