CREATE SERVER statement
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Creates an instance of a server object and assigns its handle to the handle variable you specify.
Syntax
|
- 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 an application server. For more information on server handles, see the Server object handle entry.
See also
DELETE OBJECT statement, RUN statement, Server object handle