Feedback
Did this article resolve your question/issue?

   

Article

DB2 driver throws invalid datetime format error when fetching TIMESTAMP value

Information

 
TitleDB2 driver throws invalid datetime format error when fetching TIMESTAMP value
URL Namedb2-driver-throws-invalid-datetime-format-error-when-fetching-timestamp-value
Article Number000171781
EnvironmentProduct: DataDirect
Version: Any driver version older than 07.16.0346 (B0522, U0371)
OS: Red Hat Enterprise Linux Server release 7.6 (Maipo)
Database: DB2
Application: NA
Question/Problem Description

An error occurs when fetching TIMESTAMP value using the DB2 driver in 'DateTime' format. This DB2 doc suggests the year valid range is from 0001 to 9999, however, Db2 doesn’t recognize '9999-01-01' as a valid DateTime during transport.

Steps to ReproduceTABLE DDL:
1> Set the the statement attribute 'SQL_ATTR_CURSOR_SCROLLABLE' to 'SQL_SCROLLABLE', 'SQL_NONSCROLLABLE'
2> CREATE TABLE TEST_TIMESTAMP (c1 VARCHAR(10), c2 DATE, c3 TIMESTAMP)
3> INSERT INTO TEST_TIMESTAMP VALUES (1, '9999-12-31', '9999-12-31-24.00.00.000000000');
4> Test Query: SELECT c3 FROM TEST_TIMESTAMP
Clarifying Information
Error MessageExecute Query failed. Error type: Odbc error. Odbc operation attempted: SQLExecDirect. [22007:0: on SQLHANDLE] [MicroStrategy][ODBC DB2 Wire Protocol driver]Invalid datetime format. For more information, please consult DB2 document for error code SQL00.
Defect NumberDefect XDBC-19601
Enhancement Number
Cause

 
Resolution

The fix for this issue has been provided with the DB2 driver version:  07.16.0346 (B0522, U0371).

For the fix to work, please add/set the connection option 'AllowHH24' to 1 in the DSN entry.

Workaround
Notes
Last Modified Date3/27/2020 7:40 AM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.