ASA Error Messages
Database Error Messages
Alphabetic list of error messages
| Item | Value |
|---|---|
| SQLCODE | -834 |
| Constant | SQLE_COLUMN_NOT_FOUND_IN_TABLE |
| SQLSTATE | 52005 |
| Sybase error code | 13840 |
| 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. |
You misspelled the name of a column, or the column you are looking for is in a different table.