Use one of the following procedures to delete an external login from the SQL Anywhere system tables.
To delete an external login (Sybase Central)
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.
To delete an external login (SQL)
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; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |