I have a query that is simply just a delete statement from one of my tables.
when I run it, I get the message:
"Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values"
why would a delete statement complain of this?
the table is linked from an Oracle database.
Sometimes the delete query works, but after I use an external application to insert records and then try to delete I get the error above.
when I run it, I get the message:
"Single-row update/delete affected more than one row of a linked table. Unique index contains duplicate values"
why would a delete statement complain of this?
the table is linked from an Oracle database.
Sometimes the delete query works, but after I use an external application to insert records and then try to delete I get the error above.