Previous Topic Next topic Print topic


RELEASE

Syntax:

RELEASE={COMMIT | DEALLOCATE}
NORELEASE

Parameters:

COMMIT Release resources at each COMMIT point. Used for dynamic SQL statements.
DEALLOCATE Release resources only when the application terminates.

Properties:

Default: NORELEASE
Previous Topic Next topic Print topic