SQL Remote User's Guide
Command Reference for Adaptive Server Anywhere
Use this statement to identify a message-link and return address for outgoing messages from a database.
CREATE REMOTE MESSAGE TYPE message-system
ADDRESS address
message-system: FILE | FTP | MAPI | SMTP | VIM
address: string
Parameter | Description |
---|---|
message-system | One of the supported message systems. |
address | The address for the specified message system. |
Must have DBA authority.
Automatic commit.
CREATE REMOTE MESSAGE TYPE statement [SQL Remote]