CREATE SERVER Statement

Adds a server to the ISYSSERVER table.

Quick Links:

Go to Parameters

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

CREATE SERVER server-name 
   CLASS 'server-class' 
   USING 'connection-info' 
   [ READ ONLY ]

server-class - (back to Syntax)
ASAJDBCASEJDBC 
      | SAODBC  
      | ASEODBC
      | DB2ODBC  
      | MSSODBC 
      | ORAODBC  
      | ODBC }

connection-info - (back to Syntax)
machine-name:port-number/dbname ] | data-source-name }

Parameters

(back to top)

Examples

(back to top)

Usage

(back to top)

CREATE SERVER defines a remote server from the SAP Sybase IQ catalogs.

Side Effects
  • Automatic commit

Standards

(back to top)

  • SQL—ISO/ANSI SQL compliant.
  • SAP Sybase Database product—Supported by Open Client/Open Server.

Permissions

(back to top)

Requires the SERVER OPERATOR system privilege.

Related reference
ALTER SERVER Statement
DROP SERVER Statement