Method DacConnectionPool():release() Foundation
Releases a connection through its session object.
:release( <oSession> ) --> self
This method returns self.
This method releases the connection associated with the provided session object. Once released, the connection becomes available for reuse by other parts of the program, either in the same thread or in a different thread. Releasing the connection helps manage resources effectively and prevents connection exhaustion in the system.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.