Contents Index CREATE PUBLICATION statement CREATE SUBSCRIPTION statement

SQL Remote User's Guide
  Command Reference for Adaptive Server Anywhere

CREATE REMOTE MESSAGE TYPE statement


Function 

Use this statement to identify a message-link and return address for outgoing messages from a database.

Syntax 

CREATE REMOTE MESSAGE TYPE message-system
ADDRESS address

message-systemFILE | FTP | MAPI | SMTP | VIM

addressstring

Parameters 
Parameter Description
message-system One of the supported message systems.
address The address for the specified message system.
Permissions 

Must have DBA authority.

Side effects 

Automatic commit.

See also 

CREATE REMOTE MESSAGE TYPE statement [SQL Remote]

GRANT PUBLISH statement

GRANT REMOTE statement

GRANT CONSOLIDATE statement

sp_remote_type procedure

Using message types


Contents Index CREATE PUBLICATION statement CREATE SUBSCRIPTION statement