logo  
Google
 

DB2 SQL-Error: -404

SQLState: 22001

Short Description: THE SQL STATEMENT SPECIFIES A STRING THAT IS TOO LONG

An INSERT, UPDATE, CALL, VALUES INTO, SET, parameter, host variable, or transition variable statement specifies a value that is longer than the maximum length string that can be stored in the target column. System action: The statement cannot be executed. Programmer response: Check the length of the target column, parameter, host variable or transition variable and correct the program or SQL statement so that the length of the string does not exceed that maximum. For example, you could use the SUBSTR function to shorten the string.

 <-  BACK TO INDEX