18
Views
2
Comments
Avoid duplicate records in mobile app local database.
Question
Application Type
Mobile

I am saving data into Local database in mobile application. I want to avoid duplicates while saving data. I don't want to set index unique. 

How can I achieve it.

Please find the OML here. Any immediate help would be appreciated.

Thanks in advance.

Demo.oml
2020-09-01 10-42-42
Stefano Valente
2023-12-14 09-56-57
Yogesh Javir

Hey Ajit,

First sync local storage with server database, 

Now while saving check for record exists or not if found then avoid to create .

And last while sync data you can also check for server data exists or not and do operation. 

Thanks

Yogesh

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.