The numeric value of parameter/column <number> could not be read or inserted, because it is too large.
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.