reference/uodbc/functions/odbc-next-result.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='function.odbc-next-result' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="function.odbc-next-result" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>odbc_next_result</refname>
6
6
<refpurpose>Checks if multiple results are available</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>odbc_next_result</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Checks if there are more result sets available as well as allowing access
...
...
@@ -22,7 +22,7 @@
22
22
<para>
23
23
<variablelist>
24
24
<varlistentry>
25
-
<term><parameter>result_id</parameter></term>
25
+
<term><parameter>statement</parameter></term>
26
26
<listitem>
27
27
<para>
28
28
The result identifier.
...
...
@@ -109,7 +109,6 @@ Try for a fourth result set bool(false)
109
109
</para>
110
110
</refsect1>
111
111
</refentry>
112
-

113
112
<!-- Keep this comment at the end of the file
114
113
Local variables:
115
114
mode: sgml
116
115