ASA Error Messages
Database Error Messages
Alphabetic list of error messages
| Item | Value |
|---|---|
| SQLCODE | -272 |
| Constant | SQLE_INVALID_TRIGGER_COL_REFS |
| SQLSTATE | 52W12 |
| Sybase error code | 102 |
| ODBC 2 State | 37000 |
| ODBC 3 State | 42000 |
You supplied an invalid REFERENCES clause in a trigger definition. You may have specified an OLD correlation name in a BEFORE INSERT trigger, or a NEW correlation name in an AFTER DELETE trigger. In both cases, the values do not exist and cannot be referenced.