This topic is locked

Editing Records Causes Duplicates

2/23/2010 4:58:55 PM
PHPRunner General questions
J
joevoirol author

I am having problems with editing records. When I edit a record (edit or inline) and save the record, it creates 3 duplicate records in the display and the database. When I delete one of these records it delete the 3 duplicates. Has anyone seen this before?

Sergey Kornilov admin 2/23/2010

Make sure you select key column that contains unique values. According to what you saying all three records share the same key.