How do you get a datetime column in SQLite with Objective C?
I have a table with 4 fields: pk, datetime, value1 and valu
pk
datetime
value1
valu
Now Work!
NSString *dateValueS = [[NSString alloc] initWithUTF8String:(char*) sqlite3_column_text(statement,2)];