Background documentation-10811: Numeric overflow for parameter/column (<number>) Locate this document in the navigation structure

 

Explanation

The numeric value of parameter/column <number> could not be read or inserted, because it is too large.

User Response

Perform one of the following actions:

  • Alter the host variable data type 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.