So I’ve been playing around with creating an offline application. Because I want dynamic data, I needed to figure out how to use a SQLite database. Honestly, I feel quite foolish because I was sure that I was doing everything correctly, following the tutorial (nearly) perfectly (sans “Girls” application, I enjoy being married!).

Despite working at if for several hours nothing I was doing was working. Then I caught it—the typo. Inside of my insert statement I had miss-typed the name of one of the table fields.

No errors. No warnings. No worky.

I guess this is my lesson that with a SQLite database there is no forgiveness. You do it right or you don’t do it. Apparently I just needed a reminder that I’m human.