
Hi,
How I can add SQLite database support in iPhone Xcode project?
Thanks

Hi,
To use SQLite library in your Xcode project you have to add libsqlite3.0.dylib library in your project.
Here is details:
To link to the library that contains all of the SQLite functions you have to add the libsqlite3.0.dylib in project library folder.
To link to that library, from your XCode project right click the frameworks folder and select ?Add/Existing Frameworks??The select libsqlite3.0.dylib file from the list.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.