DB2 - Problem description
Problem IC73896 | Status: Closed |
DB2 TRUNCATES THE VALUE WHEN SETTING THE DB2_COMPATIBILITY_VECTO R REGISTRY VARIABLE TO ORA AND CONVERTING FROM A DOUBLE HOST VA | |
product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problem description: | |
If the target Column is decimal and data is bound in the application using Double data type (example in CLI: SQL_C_DOUBLE; Example in Embedded : double var1; ),then Database created with Number Compatibility Mode should respect DECFLT_ROUNDING mode set for the database when doing conversion from DOUBLE/FLOAT to DECIMAL. Please, call into DB2 Support if you are not sure what DB2_COMPATBILITY_VECTOR settings are done for your database | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * ALL * **************************************************************** * PROBLEM DESCRIPTION: * * If the target Column is decimal and data is bound in the * * * * application using Double data type (example in CLI: * * * * SQL_C_DOUBLE; Example in Embedded : double var1; ),then * * Database * * created with Number Compatibility Mode should respect * * * * DECFLT_ROUNDING mode set for the database when doing * * conversion * * from DOUBLE/FLOAT to DECIMAL. * * * * Please, call into DB2 Support if you are not sure what * * * * DB2_COMPATBILITY_VECTOR settings are done for your database * **************************************************************** * RECOMMENDATION: * * Upgrade to db2 verison 9.7 fix pack 4. * **************************************************************** | |
Local Fix: | |
The function CAST(? as DECFLOAT) can be used to solve this issue | |
available fix packs: | |
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows | |
Solution | |
The fix will be included in DB2 version 9.7 fix pack 4. | |
Workaround | |
The function CAST(? as DECFLOAT) can be used to solve this issue | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 16.01.2011 12.05.2011 12.05.2011 |
Problem solved at the following versions (IBM BugInfos) | |
9.7.FP4 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.7.0.4 |