Error 196

Message text

Index '%1' for table '%2' would not be unique

Item

Value

SQLCode

-196

Constant

SQLE_INDEX_NOT_UNIQUE

SQLState

23505

ODBC State

23000

Parameter 1

name of the index that would not be unique

Parameter 2

name of the table that contains the index

Probable cause

You have inserted or updated 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.