where to use SQLITE in iPhone apps?
I use the SQL with VB.net to make suc开发者_StackOverflow中文版h Projects But Now Im learning and Looking to SQLITE in iPhone apps where can I use it for any exemple about an app used the sqlite or something like it
You can use SQL Lite if you have to store larger amounts of data. For a small amount of data is NSUserDefaults practicable.
Checkout the following thread on SO to get answer to your question.
Where's the best SQLite 3 tutorial for iPhone-SDK?
Are you sure you want to use sqlite - as opposed to using the Core Data framework?
http://developer.apple.com/library/ios/documentation/DataManagement/Conceptual/iPhoneCoreData01/Introduction/Introduction.html
精彩评论