ASA Error Messages
Database Error Messages
Alphabetic list of error messages
Item | Value |
---|---|
SQLCODE | -198 |
Constant | SQLE_PRIMARY_KEY_VALUE_REF |
SQLSTATE | 23W05 |
Sybase error code | 547 |
ODBC 2 State | 23000 |
ODBC 3 State | 23000 |
Parameter 1 | The name of the table containing the row being modified. |
Parameter 2 | The name of the foreign index (or role) of the referencing table. |
Parameter 3 | The name of the foreign table referencing the primary row. |
You attempted to delete or modify a row whose primary key value is referenced elsewhere in the database.