skip to main content

Embedded SQL Statements : COMMIT

COMMIT
The COMMIT statement commits the current transaction.
General format
EXEC SQL [AT Database]
  COMMIT {WORK       } [RELEASE]
General Rules
1.
Database identifies the active connection that will execute the query and must be previously defined using a Format 4 DECLARE statement.
2.
3.
Examples
Commit transaction
exec sql commit work end-exec

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left