I created a sqlite3 database, created tables, and inserted some data. I can get a select request using a terminal application.
But when I add this database to my iPhone application resources and try to access the data programmatically, I get an error like "there is no such table: table name"
Why is this happening?
swaroop
source
share