ASA SQL User's Guide
Accessing Remote Data
Working with external logins
You can use either Sybase Central or a DROP EXTERNLOGIN statement to delete an external login from the Adaptive Server Anywhere system tables.
Only the login-name and the DBA account can delete an external login.
To delete an external login (Sybase Central)
Connect to the host database from Sybase Central.
Open the Remote Servers folder.
In the left pane, select the remote server and then click the External Logins tab in the right pane.
Right-click the external login and choose Delete from the popup menu.
To delete an external login (SQL)
Connect to the host database from Interactive SQL.
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 ASEserver
See also