ASA Error Messages
Database Error Messages
Alphabetic list of error messages
Item | Value |
---|---|
SQLCODE | -196 |
Constant | SQLE_INDEX_NOT_UNIQUE |
SQLSTATE | 23505 |
Sybase error code | 548 |
ODBC 2 State | 23000 |
ODBC 3 State | 23000 |
Parameter 1 | Name of the index that would not be unique. |
Parameter 2 | Name of the table that contains the index. |
You attempted to insert or update a row that has the same value as another row in some column, and there is a constraint that does not allow two rows to have the same value in that column.