-859: Number of columns < number of parameters 

Explanation:

More SQL variables are specified in the statement than columns are available in the table.

User Action:

If this is not desired, add columns to the table or reduce the number of SQL variables.