Can you give me a good start for this?
Thanks!
Edit:
The accepted answer was the best, because if you would like to use SQLite on iPhone, in 90% of the cases I would suggest CoreData.
Here’s another good link where you can start:
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html
Use Core-Data to handle SQL-Lite on the iPhone.
Check these tutorials, they helped me a lot:
http://iphoneinaction.manning.com/iphone_in_action/2009/08/core-data-part-1-an-introduction.html
Regards,
Paul Peelem