From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
- Convert a variable to type decimal to an integer.
+ Convert a variable of type decimal to an integer.
@@ -405,7 +405,7 @@ int dectoint(decimal *np, int *ip);
32767, while the limits in the ECPG implementation depend on the
architecture (
- Convert a variable to type decimal to a long integer.
+ Convert a variable of type decimal to a long integer.
@@ -889,4 +889,4 @@ risnull(CINTTYPE, (char *) &i);
characters it cannot parse. Internally it is defined as -1264 (the
Informix definition).
- 36.15. Informix Compatibility Mode #
36.15. Informix Compatibility Mode #
ecpg
can be run in a so-called Informix compatibility mode. If
this mode is active, it tries to behave as if it were the Informix
precompiler for Informix E/SQL. Generally spoken this will allow you to use
@@ -388,7 +388,7 @@ int dectodbl(decimal *np, double *dblp);
On success, 0 is returned and a negative value if the conversion
failed.
dectoint
#
int dectoint(decimal *np, int *ip);
INT_MIN .. INT_MAX
).
dectolong
#
int dectolong(decimal *np, long *lngp);