Use this statement to delete a message type definition from a database.
DROP REMOTE MESSAGE TYPE message-system
message-system: FILE | FTP | MAPI | SMTP | VIM
The statement removes a message type from a database.
Must have DBA authority. To be able to drop the type, there must be no user granted REMOTE or CONSOLIDATE permissions with this type.
Automatic commit.
The following statement drops the FILE message type from a database.
DROP REMOTE MESSAGE TYPE file
SQL Anywhere Studio 9.0.1
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.