I have written an iOS app. Within that app I've created a SQLite3 database. I've used code inside the app to add data and then search the database and display results.
I have now downloaded a freeware database editing utility (MesaSQLite) and attempted to connect to that database so that I can finish adding the rest of the data before submitting this app to Apple. The problem is that mesaSQLite can not open the database. I did try a different SQLite database editor and it can't open the file either but it give an error message stating the file is read only. In order to change it to read-write I need to find it. I have tried to look at the folders within my Xcode project. I fact I even turned on "showallfiles" and still can't find my database file. I've saved it in NSDocumentDirectory and I see no such when I search the hard drive. My hope is someone here has had this same problem and has a solution. Any help is appreciated, Thanks _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

