Use one of the following procedures to delete an external login from the SQL Anywhere system tables.
Connect to the host database as a user with DBA authority or as the owner of the external login.
In the left pane, double-click Remote Servers.
Select the remote server, and in the right pane click the External Logins tab.
Select the external login, and then choose File » Delete.
Click Yes.
Connect to the host database as a user with DBA authority or as the owner of the external login.
Execute a DROP EXTERNLOGIN statement.
The following statement drops the external login for the local user fred created in the example above:
DROP EXTERNLOGIN fred TO RemoteASE; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |