From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-oracle-compat.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/src/sgml/html/ecpg-oracle-compat.html (limited to 'doc/src/sgml/html/ecpg-oracle-compat.html') diff --git a/doc/src/sgml/html/ecpg-oracle-compat.html b/doc/src/sgml/html/ecpg-oracle-compat.html new file mode 100644 index 0000000..372b09f --- /dev/null +++ b/doc/src/sgml/html/ecpg-oracle-compat.html @@ -0,0 +1,19 @@ + +36.16. Oracle Compatibility Mode

36.16. Oracle Compatibility Mode

+ ecpg can be run in a so-called Oracle + compatibility mode. If this mode is active, it tries to + behave as if it were Oracle Pro*C. +

+ Specifically, this mode changes ecpg in three ways: + +

  • + Pad character arrays receiving character string types with + trailing spaces to the specified length +

  • + Zero byte terminate these character arrays, and set the indicator + variable if truncation occurs +

  • + Set the null indicator to -1 when character + arrays receive empty character string types +

+

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