Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

DROP REMOTE MESSAGE TYPE statement [SQL Remote]

Deletes a message type definition from a database.

Syntax
DROP REMOTE MESSAGE TYPE message-system
message-system : 
FILE 
| FTP 
| SMTP
Remarks

The statement removes a message type from a database.

Privileges

You must have the SYS_REPLICATION_ADMIN_ROLE system role.

Side effects

Automatic commit.

Standards
  • ANSI/ISO SQL Standard

    Not in the standard.

Example

The following statement drops the FILE message type from a database.

DROP REMOTE MESSAGE TYPE FILE;