×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Why would the year 9999 be an invalid year? It will occur eventually
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of David Gibbs
Sent: Thursday, February 28, 2008 10:03 AM
To: Java Programming on and around the iSeries / AS400
Subject: Re: jt400 timestamp issue
Mike Cunningham wrote:
We have a DB2/400 database table with a timestamp field that has the
value of 12/31/9999. DB2 is happy with that. I have a PC based java
application using the jt400 jdbc driver to read that file and the
result set appears to return a null value for that date. If the date
is changed to 12/31/2008 it is returned correctly, put back to
12/31/9999 and it's null. Could the jt400 driver be doing this?
Practically speaking, that's an invalid date ... so Java can't deal with
it. The java.sql.Date class is an extension of the java.util.Date class
... which tries to represent a real date. I suspect that jt400 is
seeing a date it can't parse and translating it into null.
I would say that the fact that DB2/400 accepts it is the real bug.
Although I doubt you can get it fixed.
david
--
IBM System i - For when you can't afford to be out of business
--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.