File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t;
3948
3948
<term><literal>desc_next</></term>
3949
3949
<listitem>
3950
3950
<para>
3951
- If the query returns more than one records, multiple linked SQLDA structures
3952
- are returned, the first record is stored in the SQLDA returned in the
3951
+ If the query returns more than one record, multiple linked
3952
+ SQLDA structures are returned, and <literal>desc_next</> holds
3953
+ a pointer to the next entry in the list.
3953
3954
</para>
3954
3955
</listitem>
3955
3956
</varlistentry>
@@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t;
8018
8019
<term><literal>desc_next</></term>
8019
8020
<listitem>
8020
8021
<para>
8021
- Pointer to the next SQLDA structure if the result set contains more than one records .
8022
+ Pointer to the next SQLDA structure if the result set contains more than one record .
8022
8023
</para>
8023
8024
</listitem>
8024
8025
</varlistentry>
You can’t perform that action at this time.
0 commit comments