"Duplicate Row" errors

FM/Db2 reports a Duplicate Row Error if the insert or update operation would have resulted in two rows with the same value with respect to a unique index defined on the table. You can use the Primary Key and Unique Index indicators to identify columns of the table that are part of unique indexes. Note that if you used row selection criteria to limit the amount of data in your Edit session, the duplicate row might not be displayed in your Edit session.

Related tasks