Functions return this value if an overflow occurred in a
- calculation. Internally it is defined
to -1200 (the
Informix
+ calculation. Internally it is defined
as -1200 (the
Informix
definition).
Functions return this value if an underflow occurred in a calculation.
- Internally it is defined
to -1201 (the
Informix definition).
+ Internally it is defined
as -1201 (the
Informix definition).
Functions return this value if an attempt to divide by zero is
- observed. Internally it is defined
to -1202 (the
Informix definition).
+ observed. Internally it is defined
as -1202 (the
Informix definition).
Functions return this value if a bad value for a year was found while
- parsing a date. Internally it is defined
to -1204 (the
Informix
+ parsing a date. Internally it is defined
as -1204 (the
Informix
definition).
Functions return this value if a bad value for a month was found while
- parsing a date. Internally it is defined
to -1205 (the
Informix
+ parsing a date. Internally it is defined
as -1205 (the
Informix
definition).
Functions return this value if a bad value for a day was found while
- parsing a date. Internally it is defined
to -1206 (the
Informix
+ parsing a date. Internally it is defined
as -1206 (the
Informix
definition).
Functions return this value if a parsing routine needs a short date
representation but did not get the date string in the right length.
- Internally it is defined
to -1209 (the
Informix definition).
+ Internally it is defined
as -1209 (the
Informix definition).
Functions return this value if an error occurred during date
- formatting. Internally it is defined to -1210 (the
+ formatting. Internally it is defined as -1210 (the
Functions return this value if memory was exhausted during
- their operation. Internally it is defined to -1211 (the
+ their operation. Internally it is defined as -1211 (the
Functions return this value if a parsing routine was supposed to get a
format mask (like mmddyy>) but not all fields were listed
- correctly. Internally it is defined
to -1212 (the
Informix definition).
+ correctly. Internally it is defined
as -1212 (the
Informix definition).
the textual representation for a numeric value because it contains
errors or if a routine cannot complete a calculation involving numeric
variables because at least one of the numeric variables is invalid.
- Internally it is defined
to -1213 (the
Informix definition).
+ Internally it is defined
as -1213 (the
Informix definition).
ECPG_INFORMIX_BAD_EXPONENT>
- Functions return this value if Internally it is defined to -1216 (the
+ Functions return this value if a parsing routine cannot parse
+ an exponent. Internally it is defined as -1216 (the
ECPG_INFORMIX_BAD_DATE>
- Functions return this value if Internally it is defined to -1218 (the
+ Functions return this value if a parsing routine cannot parse
+ a date. Internally it is defined as -1218 (the
ECPG_INFORMIX_EXTRA_CHARS>
- Functions return this value if Internally it is defined to -1264 (the
+ Functions return this value if a parsing routine is passed extra
+ characters is cannot parse. Internally it is defined as -1264 (the