Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.
In the left pane, expand the SQL Remote Users directory.
In the right pane, click the Message Types tab.
Click File » New » Message Type.
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.
In the What Is The Publisher Address field, type a publisher address. Click Finish.
Verify that you have created an address for the publisher under the message type.
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'; |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |