Background documentation-743: Input string too long Locate this document in the navigation structure

 

Explanation

The contents of a character string are longer than the database instance is capable of storing. In ANSI SQL mode, the error message TRUNCATED is output for floating point numbers which were truncated.

User Response

Set the input variable to a string which corresponds to the length of the database variable or adapt the input variable to the format used in the database. In ANSI SQL mode, change either the variable values or the external data type.