Alter Remote Servers

Use the ALTER SERVER statement to modify the attributes of a server. These changes do not take effect until the next connection to the remote server.

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'; 
Related reference
ALTER SERVER Statement