R
raymartin
I have two tables that periodically gets duplicate records, but I don't know
how that happens.
TABLE1 has a PRIME KEY, INDEXEX, NO DUPLICATES. It is NOT an Autonumber
field, and the value is programmatically created and checked if it exists
before being used. Each week about 1-3 records a re duplicated. No error
mesages appear, and no .NET Error traps are invoked. How could that happen?
The duplicate values can be seen in table view. The duplicates are not seen
if you run a MS Query. The dups appear if you run a Crystal Report.
If I remove and replace the index the dups go away, without needing to be
manually deleted.
If I run Check and Repair the database then the MS Sysinfo table shows
errors , and the index cannot be applied until the dups are manually deleted.
Any ideas?
how that happens.
TABLE1 has a PRIME KEY, INDEXEX, NO DUPLICATES. It is NOT an Autonumber
field, and the value is programmatically created and checked if it exists
before being used. Each week about 1-3 records a re duplicated. No error
mesages appear, and no .NET Error traps are invoked. How could that happen?
The duplicate values can be seen in table view. The duplicates are not seen
if you run a MS Query. The dups appear if you run a Crystal Report.
If I remove and replace the index the dups go away, without needing to be
manually deleted.
If I run Check and Repair the database then the MS Sysinfo table shows
errors , and the index cannot be applied until the dups are manually deleted.
Any ideas?