User overwriting each other
User overwriting each other
brimestone
Posts: 5Questions: 3Answers: 0
I have about 6 users and we are experiencing some data reverting back to its value from hours before. I think user someone gets the currently loaded data off-synced from whats on the DB and when they edit something, it will save the old values. I maybe wrong but this is the only logical explanation i can come up with. Has anyone experienced this before? I need help. Thanks.
This discussion has been closed.
Answers
Hi,
What are you using to save the data to the database? Can you some me some of the code you are using for the integration with DataTables please?
If you are using Editor, its pre-built libraries submit data on a row by row bases for exactly this reason. It never submits the whole table (unless every row is being edited!).
Allan