Article ID: 139756
Article Last Modified on 8/24/1999
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q139756
SYMPTOMS
Appending, inserting, or editing a record in a table with a primary key may
result in this error:
Uniqueness of index <index name> is violated.
CAUSE
This error occurs when a duplicate primary key value is entered, and it
occurs even if the duplicate record is one that has been marked for
deletion. This error occurs regardless of the setting of DELETED.
RESOLUTION
To be able to reuse keys that exist in deleted records, you must use a
filtered index.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB139756