Subject | Re: duplicates in a table with PK |
---|---|
Author | Stephen Boyd |
Post date | 2007-05-31T14:22:47Z |
I had the same problem in a Firebird 1.0.x database. I had to write a
program to read the table in natural order, find the duplicates and
delete them. I then unloaded the database, upgraded to Firebird 1.5.3
and I haven't had any further problems.
program to read the table in natural order, find the duplicates and
delete them. I then unloaded the database, upgraded to Firebird 1.5.3
and I haven't had any further problems.