Creating a server object handle
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To create a server object handle,you must define a HANDLE
variable and execute the CREATE SERVER statement to instantiate and
reference the new server object with the handle. For example::
|
You can then use this handle to physically connect to a PAS for OpenEdge instance.