Background documentation-10400: Conversion looses significant digits for parameter/column (<number>) Locate this document in the navigation structure

 

Explanation

The numeric (floatingpoint or fixed) value for parameter/column <number> could not be read or inserted, because the length of the parameter or column is too small.

User Reponse

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

  • Choose another data type for the host variable

  • Adapt your SQL statement

  • Adapt your table definition.