Use one of the following procedures to create an external login.
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.
From the File menu, choose New » External Login.
Follow the instructions in the Create External Login Wizard.
Connect to the host database as a user with DBA authority or as the owner of the external login.
Execute a CREATE EXTERNLOGIN statement.
The following statement allows the local user fred to gain access to the server RemoteASE, using the remote login frederick with password banana.
CREATE EXTERNLOGIN fred TO RemoteASE REMOTE LOGIN frederick IDENTIFIED BY banana; |
For more information, see CREATE EXTERNLOGIN statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |