reference/uodbc/functions/odbc-commit.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>odbc_commit</methodname>
12
-
<methodparam><type>resource</type><parameter>connection_id</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>odbc</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Commits all pending transactions on the connection.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>connection_id</parameter></term>
23
+
<term><parameter>odbc</parameter></term>
24
24
<listitem>
25
25
&odbc.connection.id;
26
26
</listitem>
...
...
@@ -35,7 +35,6 @@
35
35
</para>
36
36
</refsect1>
37
37
</refentry>
38
-

39
38
<!-- Keep this comment at the end of the file
40
39
Local variables:
41
40
mode: sgml
42
41