Use the SERVER-CONNECTION-BOUND attribute
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
A session-managed connection can be in a bound state because of active remote
persistent procedures even if the SERVER-CONNECTION-BOUND-REQUEST attribute is set to FALSE. To easily determine if a connection is bound, even
if the SERVER-CONNECTION-BOUND-REQUEST attribute is set
to FALSE, check the value of the SERVER-CONNECTION-BOUND attribute.
When set to TRUE for a session running in
a session-managed connection, the read-only SERVER-CONNECTION-BOUND attribute indicates that the connection is
currently bound, either from having active remote persistent procedures or from having
the SERVER-CONNECTION-BOUND-REQUEST attribute set to
TRUE.