I\'m doing an iPhone application. In this app, I just want to have a database to be used as a looked up table for values in my app. The only thing the database will do was t
I racked my brain for hours attempting to solve this. What I came up with was simply not to save the database. That way, it will be initialized each time the app is opened. If you save it, it will continue to duplicate.