Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Remote data access » Remote servers

 

Altering remote servers (SQL)

Administrators can alter the properties of a remote server in Interactive SQL.

Prérequis

You must have the SERVER OPERATOR system privilege.

Contexte et remarques

The ALTER SERVER statement can also be used to enable or disable a server's known capabilities.

 Alter the properties of a remote server

Changes to the remote server do not take effect until the next connection to the remote server.

  1. Connect to the host database.

  2. Execute an ALTER SERVER statement.

Résultat

The remote server properties are altered.

Exemple

The following statement changes the server class of the server named RemoteASE to ASEODBC.

ALTER SERVER RemoteASE
CLASS 'ASEODBC';

 See also