Skip to main content
Participating Frequently
May 6, 2010
Question

Error in update statement

  • May 6, 2010
  • 1 reply
  • 1024 views

Error Executing Database Query.

[Macromedia][SequeLink JDBC Driver][ODBC Socket][IBM][CLI Driver][DB2] SQL0404N A string in the UPDATE or INSERT statement is too long for column "". SQLSTATE=22001
    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    May 6, 2010

    Could we see the SQL statement? It might just be what it says: A string in the UPDATE statement is too long for the column!

    Participating Frequently
    May 6, 2010

    update dl.tbrfdes set fee_desc = 'LOAN', fee_active_Ind = 'DC', fee_acaps_grp_code = 'Misc', fee_srch_la_code = 'N', fee_srch_cev_code = 'N', fee_srch_use_code = 'N', fee_srch_lntp_code = 'N', fee_srch_brnch_cd = 'N', fee_srch_state_cd = 'N', row_chng_tmstmp = 'ZZZH11', fee_srch_internet_src_cd ='N', fee_srch_fico_score_cd ='N', fee_srch_cnty_cd ='N' where fee_id = 'LF1 '

    BKBK
    Community Expert
    Community Expert
    May 6, 2010

    row_chng_tmstmp = 'ZZZH11'

    Shouldn't that value have to do with time?