PreviousNextIndex

CREATE SERVER statement

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
ASSIGN { attribute = expression } ...
Note

You can use a server handle as a connection point to an AppServer™. For more information on server handles, see the Server object handle entry. For more information on AppServers, see OpenEdge Application Server: Developing AppServer Applications.

See also

DELETE OBJECT statement, RUN statement, Server object handle


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex