Progress
Language Reference


CREATE SERVER Statement

Interfaces
OS
SpeedScript
All
All
Yes

Creates an instance of a server object and assigns its handle to the handle variable you specify.

SYNTAX

CREATE SERVER handle
  [ ASSIGN { attribute = expression } ... ] 

handle

A variable of type HANDLE into which CREATE SERVER stores the new server handle.

ASSIGN { attribute = expression } ...

Assigns specified values to attributes of the handle. The attribute parameter must be the name of a valid attribute for a server handle, and the expression parameter must evaluate to a valid value for the attribute.

NOTE

You can use a server handle as a connection point to a Progress AppServer. For more information on server handles, see the Server Object Handle entry. For more information on Progress AppServers, see Building Distributed Applications Using the Progress AppServer .

SEE ALSO

DELETE OBJECT Statement, RUN Statement, Server Object Handle


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095