Hello guys!
Can you give me a good start for this? Thanks!
Hello guys!
Can you give me a good start for this? Thanks!
Use Core-Data to handle SQL-Lite on the iPhone. Check these tutorials, they helped me a lot: http://iphoneinaction.manning.com/iphone%5Fin%5Faction/2009/08/core-data-part-1-an-introduction.html
Regards, Paul Peelem
there is a good c library. libsqlite3.dylib. you can find all needed documentation here
I agree with Paul's answer. If you don't want to use CoreData though, you can still use straight pure C SQLite API. There is a lot of documentation on the issue. You can check the C/C++ examples on SQLite's website.