Reputation: 2457
I am trying some DB based apps in iphone.I used this sample as a guide and it works nice.
When I start a new project,no data is displayed.When checked I found that the sqlite file is not available in the library folder.
I checked the DBpath but its right.
What's gone wrong ?Please help me..
Upvotes: 0
Views: 1050
Reputation: 179
Follow the link You need to set the path for the sqlite3.h file my using
#import "/usr/include/sqlite3.h"
Hope this will help you out :)
Upvotes: 1