We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta914377 commitb51d05bCopy full SHA for b51d05b
doc/src/sgml/ecpg.sgml
@@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t;
3948
<term><literal>desc_next</></term>
3949
<listitem>
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
+ If the query returns more than one record, multiple linked
+ SQLDA structures are returned, and <literal>desc_next</> holds
3953
+ a pointer to the next entry in the list.
3954
</para>
3955
</listitem>
3956
</varlistentry>
@@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t;
8018
8019
8020
8021
- Pointer to the next SQLDA structure if the result set contains more than onerecords.
8022
+ Pointer to the next SQLDA structure if the result set contains more than onerecord.
8023
8024
8025