Releases use of the current connection and returns it to the connection pool.
The Release function block can throw the CwDBConnectionException exception.
The Release function block explicitly releases use of the current connection by the collaboration object. Once released, the connection returns to its connection pool, where it is available for other components (maps or collaborations) that require a connection to the associated database. If you do not explicitly release a connection, the collaboration object implicitly releases it at the end of the current collaboration run. Therefore, you cannot save a connection in a static variable and reuse it.
This function block is based on the CwDBConnection.release() method. For more information, see release().