Release a session-free Connection object
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
For session-free applications, you must explicitly release
the connections held by a Connection object when
they are no longer needed. Use the following method on the Connection object
for this purpose:
|
Note: This method is not necessary for and has no
effect in session-managed applications.