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 parentb51d05b commit4dd4bd4Copy full SHA for 4dd4bd4
doc/src/sgml/ecpg.sgml
@@ -9355,7 +9355,8 @@ risnull(CINTTYPE, (char *) &i);
9355
<term><literal>ECPG_INFORMIX_DATE_CONVERT</></term>
9356
<listitem>
9357
<para>
9358
- Functions return this value if Internally it is defined to -1210 (the
+ Functions return this value if an error occurred during date
9359
+ formatting. Internally it is defined to -1210 (the
9360
<productname>Informix</productname> definition).
9361
</para>
9362
</listitem>
@@ -9365,7 +9366,8 @@ risnull(CINTTYPE, (char *) &i);
9365
9366
<term><literal>ECPG_INFORMIX_OUT_OF_MEMORY</></term>
9367
9368
- Functions return this value if Internally it is defined to -1211 (the
9369
+ Functions return this value if memory was exhausted during
9370
+ their operation. Internally it is defined to -1211 (the
9371
9372
9373