I am new in iphone programming. I am making an application in which I want to enter the name, location etc using iphone application and store it into database, so that I can retrieve any name any time or can store any user entry any time.
How can I implement this? Please give me some solution.
Thanks alot.
You should use CoreData, a sqlite3 wrapper.
iOS 4 CoreData tutorial