File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2752,8 +2752,9 @@ typedef struct sqlda_struct sqlda_t;
2752
2752
<term><literal>desc_next</></term>
2753
2753
<listitem>
2754
2754
<para>
2755
- If the query returns more than one records, multiple linked SQLDA structures
2756
- are returned, the first record is stored in the SQLDA returned in the
2755
+ If the query returns more than one records, multiple linked
2756
+ SQLDA structures are returned, and <literal>desc_next</> holds
2757
+ a pointer to the next entry in the list.
2757
2758
</para>
2758
2759
</listitem>
2759
2760
</varlistentry>
@@ -3040,7 +3041,7 @@ typedef struct sqlda_compat sqlda_t;
3040
3041
<term><literal>desc_next</></term>
3041
3042
<listitem>
3042
3043
<para>
3043
- Pointer to the next SQLDA structure if the result set contains more than one records .
3044
+ Pointer to the next SQLDA structure if the result set contains more than one record .
3044
3045
</para>
3045
3046
</listitem>
3046
3047
</varlistentry>
You can’t perform that action at this time.
0 commit comments