Entering content frame

-743: Input string too long 

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 Action:

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.

 

Leaving content frame