COMMIT RELEASE

COMMIT RELEASE — release current connection after commit

Synopsis

COMMIT [ WORK ] RELEASE

Description

The COMMIT RELEASE command releases current connection between the client and the LightDB server after commit. Even on commit failure, this command still releases current connection.

Examples

EXEC SQL COMMIT WORK RELEASE;

Compatibility

COMMIT RELEASE is compatible with Oracle Pro*C.

See Also

DISCONNECT