JefB
Programmer
- Dec 29, 2000
- 56
For reasons that I do not understand, one of my SQL 7 data tables allowed redundant records to be entered but will not allow me to either delete or modify them.
If I try to delete one of the records I get the following message"
"Key column information is insufficient or incorrect. Too many rows were affected by update"
The table is standalone without any keys, indexes or relationships to other tables or views. (Because of the redundant data, I cannot add a key or set a UNIQUE index)
Any hints on what I am missing would be appreciated.
Jefb
If I try to delete one of the records I get the following message"
"Key column information is insufficient or incorrect. Too many rows were affected by update"
The table is standalone without any keys, indexes or relationships to other tables or views. (Because of the redundant data, I cannot add a key or set a UNIQUE index)
Any hints on what I am missing would be appreciated.
Jefb