User's Manual

Chapter 17. Command Reference for Adaptive Server Anywhere
ALTER REMOTE MESSAGE TYPE statement
Function Use this statement to change the publisher’s message system, or the
publisher’s address for a given message system, for a message type that has
been created.
Syntax ALTER REMOTE MESSAGE TYPE message-system
ADDRESS address
message-system: FILE | FTP | MAPI | SMTP | VIM
address: string
Parameters
Parameter Description
message-
system
One of the message systems supported by SQL Remote. It
must be one of the following values:
address
A string containing a valid address for the specified
message system.
Permissions Must have DBA authority.
Side effects Automatic commit.
See also ALTER REMOTE MESSAGE TYPE statement [SQL Remote]” [ASA SQL
Reference, page 282]
“CREATE REMOTE MESSAGE TYPE statement” on page 357
“sp_remote_type procedure” on page 427
355