I am trying to do a Update to my column displayed “note” of my Sqlite Table.
Please look at my Xcode graphic displaying the error and you will also see a copy of my Sqlite Table,
I am at a loss on how to solve my syntax error “17”
Can someone please tell me how to resolve my problem.
Solved my problem with my sql query. for this was my problem. A silly mistake I made.
Problem solved
const char *sql = [[NSString stringWithFormat:@“update _META_DATA Set note=? Where stop_time = "%@"”,_stopTimeForNote] UTF8String];
or I had it
stop_time = %@", _stopTimeForNote]UIF8String];