Creating message types

 Add 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.

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

  4. Click File » New » Message Type.

  5. In the What Do You Want To Name The New Message Type field, type a name for the message type. The name should correspond to a message-type DLL already installed in your SQL Anywhere installation directory. Click Next.

  6. In the What Is The Publisher Address field, type a publisher address. Click Finish.

 Create a message type (SQL)
  1. Verify that you have created an address for the publisher under the message type.

  2. Execute a CREATE REMOTE MESSAGE TYPE statement.

    CREATE REMOTE MESSAGE TYPE message-type ADDRESS publisher-address

    For example:

    CREATE REMOTE MESSAGE TYPE FILE
    ADDRESS 'company';
    
 Create a remote message type on Windows Mobile
 See also