Hi all,
I am getting an exception like
Exception occurred during Timestamp conversion. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null
Caused by: com.ibm.db2.jcc .a.a: [jcc][converters][609][10971]Year exceeds the maximum "9999"
in my Java prgram...can you please tell me what is it all about?
I understand that this has something to do with date parsing but this program was running fine earlier and I have mede no changes...
I am getting an exception like
Exception occurred during Timestamp conversion. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null
Caused by: com.ibm.db2.jcc .a.a: [jcc][converters][609][10971]Year exceeds the maximum "9999"
in my Java prgram...can you please tell me what is it all about?
I understand that this has something to do with date parsing but this program was running fine earlier and I have mede no changes...
Comment