Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cocoa Touch

Sqllite3 Update Statment Has No Effect

I'm no SQL expert, but have a bug in an iPhone app where and UPDATE statement has no effect on … Read more Sqllite3 Update Statment Has No Effect

Sqlite3_open: "unable To Open Database File"

I get 'unable to open database file' when executing rc = sqlite3_open('test.db', &a… Read more Sqlite3_open: "unable To Open Database File"

Storing Data Locally On Iphone

I'm developing an iOS app, which is my graduation project.. the app is supposed to serve as a s… Read more Storing Data Locally On Iphone

Fmdb Executeupdate Drop Command Does Halt The App

I want to drop a table in my SQLite Database file named database.db. After using NSLog(@'i sho… Read more Fmdb Executeupdate Drop Command Does Halt The App