String truncated during assignment to a column Explanation: The character string cannot be assigned to a column because the string is too long. This error is only signaled if the truncated portion of the character string contains non-blank characters. User Action: Enter a shorter character string or alter the database column so that it is large enough to hold the full source string and recompile.