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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Statements

DROP DATABASE statement Next Page

DROP EXTERNLOGIN statement


Use this statement to drop an external login from the SQL Anywhere catalogs.

Syntax

DROP EXTERNLOGIN login-name TO remote-server

Parameters

DROP clause    Specifies the local user login name

TO clause    Specifies the name of the remote server. The local user's alternate login name and password for that server is the external login that is deleted.

Remarks

DROP EXTERNLOGIN deletes an external login from the SQL Anywhere catalogs.

Permissions

Must have DBA authority.

Side effects

Automatic commit.

See also
Standards and compatibility
Example
DROP EXTERNLOGIN DBA TO sybase1;