Background documentation-10401: Conversion of parameter/column (<number>) would truncate data Locate this document in the navigation structure

 

Explanation

Explanation: The data (character or binary) for parameter/column <number> could not be read or inserted, because the length of the parameter or column is too small.

User Response

Perform one of the following actions:

  • Increase the host variable length that is bound to the parameter using the SQLDBC_PreparedStatement::bindParameter method or to the column using the SQLDBC_ResultSet::bindColumn method

  • Alter the SQL statement.

  • Alter the table definition.