USING parameter value in the CREATE SERVER statement

The USING parameter in the CREATE SERVER statement takes the form hostname:portnumber [/databasename], where:

Sybase IQ example

To configure Sybase IQ server named testiq that is located on the machine apple and listening on port number 2638, use:

CREATE SERVER testiq 
CLASS 'sajdbc' 
USING 'apple:2638' 

See”USING parameter in the CREATE SERVER statement” in SQL Anywhere Server - SQL Usage.