Contents Index Command Reference for Adaptive Server Anywhere CREATE PUBLICATION statement

SQL Remote User's Guide
  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-systemFILE | FTP | MAPI | SMTP | VIM

addressstring

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]

CREATE REMOTE MESSAGE TYPE statement

sp_remote_type procedure


Contents Index Command Reference for Adaptive Server Anywhere CREATE PUBLICATION statement