ErrorCode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PrateetiBhattacharya
    New Member
    • Aug 2008
    • 1

    ErrorCode

    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...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Post the parts of the code you suspect to be causing the problems.

    Comment

    Working...