Showing posts with label sqlite3. Show all posts
Showing posts with label sqlite3. Show all posts

Wednesday, May 23, 2012

How to get a list of column names on sqlite3 / iPhone?


I want to migrate my iPhone app to a new database version. Since I don't have some version saved, I need to check if certain column names exist.

Friday, January 20, 2012

SQLCipher Working But Incorrect Password


I've just implemented SQLCipher in my app to encrypt one fairly simple database. I followed all of the setup instructions carefully on this tutorial and the project is building and the app is running successfully. However, when I use their sample code to encrypt my database, my password is somehow incorrect and I am now unable to open my database. Here is the code: