Project

General

Profile

Commit » History » Version 1

Paula Gearon, 07/08/2008 05:50 AM

1 1 Paula Gearon
Commits all modifications contained in a transaction commenced by a `set autocommit off` command or a `commit` command. If the `autocommit` setting is on, then `commit` has no effect. The syntax is as follows:
2
{{{
3
commit;
4
}}}
5
----
6
7
Note - The commit command does not change the autocommit setting.