Entering content frame

-10811: Numeric overflow for parameter/column (<number>) Locate the document in the library structure

Explanation:

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

User Action:

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.

 

Leaving content frame