Column '%1' not found in table '%2'

Error constant SQLE_COLUMN_NOT_FOUND_IN_TABLE
ODBC 2 State S0002
ODBC 3 State 42S22
Parameter 1 Name of the column that could not be found.
Parameter 2 Name of the table that was supposed to contain the column.
Severity 11
SQLCODE –834
SQLSTATE 52005
Sybase error code 13840
Probable cause

You misspelled the name of a column, or the column you are looking for is in a different table.