Alter Server Statement - Sybase Adaptive Server Anywhere Reference

Table of Contents

Advertisement

ALTER SERVER statement

ALTER SERVER statement
Function
Syntax
Permissions
Side effects
See also
Description
Parameters
390
Use this statement to modify the attributes of a remote server.
ALTER SERVER server-name
[ CLASS ' server-class ' ]
[ USING ' connection-info ' ]
[ CAPABILITY ' cap-name ' { ON | OFF } ]
server-class :
{ ASAJDBC | ASEJDBC
| ASAODBC | ASEODBC
| DB2ODBC | MSSODBC
| ORAODBC | ODBC }
connection-info :
{ machine-name : port-number [/ dbname ] | data-source-name }
cap-name :
Must have RESOURCE authority.
Supported on Windows 95 and Windows NT database servers only.
Automatic commit.
"CREATE SERVER statement" on page 464
"DROP SERVER statement" on page 511
"Server Classes for Remote Data Access" on page 925 of the book ASA
User's Guide
"Troubleshooting remote data access" on page 922 of the book ASA User's
Guide
The ALTER SERVER statement modifies the attributes of a server. These
changes do not take effect until the next connection to the remote server.
CLASS clause
The CLASS clause is specified to change the server class.
$
For more information on server classes and how to configure a server,
see "Server Classes for Remote Data Access" on page 925 of the book ASA
User's Guide.
USING clause
The USING clause is specified to change the server
connection information. For information about connection-info, see
"CREATE SERVER statement" on page 464.

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Table of Contents