SQL7939 | |
---|---|
Message Text: | Data conversion required on INSERT or UPDATE. |
Cause Text: | The INSERT or UPDATE values cannot be directly moved to the columns
because the data type or length of a value is different than one of the columns.
The INSERT or UPDATE statement ran correctly. Performance, however, would
be improved if no data conversion was required. The reason data conversion
is required is &1.
|
Recovery Text: | To get better performance, try to use values of the same type and length as their corresponding columns. |
The attributes of the INSERT or UPDATE values are different than the attributes of the columns receiving the values. Since the values must be converted, they cannot be directly moved into the columns. Performance could be improved if the attributes of the INSERT or UPDATE values matched the attributes of the columns receiving the values.