ASA Error Messages
Database Error Messages
Alphabetic list of error messages
Item | Value |
---|---|
SQLCODE | -845 |
Constant | SQLE_INVALID_COLUMN_QUALIFICATION |
SQLSTATE | 42U02 |
Sybase error code | 13851 |
ODBC 2 State | S0002 |
ODBC 3 State | 42S02 |
Parameter 1 | The owner name specified in the column reference. |
Parameter 2 | The correlation name which is incorrectly referenced. |
Your query contains a qualified column reference to a table name, but either a correlation name has been used for that table, or the owner of the table does not match the owner name specified in the column reference. Remove the owner qualification, and qualify column references only by correlation name.