2012 (Fall) CocoaChina thematic review
Developers Conferencewhile (sqlite3_step (stmt) == SQLITE_ROW)
{
char * mess = sqlite3_column_text (stmt, 2);
NSString * addList = [NSString stringWithUTF8String: mess];
[ListOfMovies addObject: addList];
}
Through the contents of the database program will loop join table control, you want to control through the program and then clear the contents, you need to reload the data, how to empty the table data in the control
Reply: http://blog.csdn.net/column/details/sqlite.html
No comments:
Post a Comment