Changes to the remote server do not take effect until the next connection to the remote server.
Connect to the host database as a user with RESOURCE authority.
In the left pane, double-click Remote Servers.
Select the remote server, and then choose File » Properties.
Alter the remote server settings, and then click OK.
Connect to the host database as a user with DBA authority.
Execute an ALTER SERVER statement.
The following statement changes the server class of the server named RemoteASE to aseodbc. In this example, the Data Source Name for the server is RemoteASE.
ALTER SERVER RemoteASE CLASS 'aseodbc'; |
The ALTER SERVER statement can also be used to enable or disable a server's known capabilities. See ALTER SERVER statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |