Contents Index DROP PUBLICATION statement DROP SUBSCRIPTION statement

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

DROP REMOTE MESSAGE TYPE statement


Function 

Use this statement to delete a message type definition from a database.

Syntax 

DROP REMOTE MESSAGE TYPE message-system

message-systemFILE | FTP | MAPI | SMTP | VIM

Parameters 
Parameter Description
message-system One of the message systems supported by SQL Remote.
Permissions 

Must have DBA authority. To be able to drop the type, there must be no user granted REMOTE or CONSOLIDATE permissions with this type.

Side effects 

Automatic commit.

See also 

DROP REMOTE MESSAGE TYPE statement [SQL Remote]

CREATE REMOTE MESSAGE TYPE statement

ALTER REMOTE MESSAGE TYPE statement

sp_drop_remote_type procedure

Using message types.


Contents Index DROP PUBLICATION statement DROP SUBSCRIPTION statement