Project

General

Profile

Commit » History » Version 3

Paula Gearon, 07/08/2008 06:18 AM

1 3 Paula Gearon
2
h1. Commit
3
4
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:
5
<pre>
6 1 Paula Gearon
commit;
7 3 Paula Gearon
</pre>
8 1 Paula Gearon
----
9
10
Note - The commit command does not change the autocommit setting.