From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-informix-compat.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/html/ecpg-informix-compat.html') diff --git a/doc/src/sgml/html/ecpg-informix-compat.html b/doc/src/sgml/html/ecpg-informix-compat.html index 9ecbc34..fa50a9c 100644 --- a/doc/src/sgml/html/ecpg-informix-compat.html +++ b/doc/src/sgml/html/ecpg-informix-compat.html @@ -1,5 +1,5 @@ -36.15. Informix Compatibility Mode

36.15. Informix Compatibility Mode #

+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 #

- Convert a variable to type decimal to an integer. + Convert a variable of type decimal to an integer.

 int dectoint(decimal *np, int *ip);
 

@@ -405,7 +405,7 @@ int dectoint(decimal *np, int *ip); 32767, while the limits in the ECPG implementation depend on the architecture (INT_MIN .. INT_MAX).

dectolong #

- Convert a variable to type decimal to a long integer. + Convert a variable of type decimal to a long integer.

 int dectolong(decimal *np, long *lngp);
 

@@ -889,4 +889,4 @@ risnull(CINTTYPE, (char *) &i); characters it cannot parse. Internally it is defined as -1264 (the Informix definition).

-

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3