This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
Appliction crashes when i'm trying to select data from database and their is no record Error: "Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString'". Query: arrList = [app.sk lookupAllForSQL:@"select * from tblFriendDetail"]; Code for lookupAllForSQL: - (NSArray *)lookupAllForSQL:(NSString *)sql { sqlite3_stmt *statement; id result; NSMutableArray [...] read more