Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb51d05b

Browse files
committed
ECPG documentation fix
Marc Cousin, Satoshi Nagayasu
1 parenta914377 commitb51d05b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,8 +3948,9 @@ typedef struct sqlda_struct sqlda_t;
39483948
<term><literal>desc_next</></term>
39493949
<listitem>
39503950
<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.
39533954
</para>
39543955
</listitem>
39553956
</varlistentry>
@@ -8018,7 +8019,7 @@ typedef struct sqlda_compat sqlda_t;
80188019
<term><literal>desc_next</></term>
80198020
<listitem>
80208021
<para>
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.
80228023
</para>
80238024
</listitem>
80248025
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp