Expecting %1 columns in cursor, but found %2

Error code –10050
Error constant ODBC_WRONG_NUM_COLUMNS
Parameter 1 The number of columns expected.
Parameter 2 The number of columns found.
Probable cause

The number of parameters found in the upload or download script does not match the number of columns or the number of primary key columns for the given table. Please check the number of parameters for the given script.