|
BOOL result = [db executeUpdate:@"INSERT INTO kNewsTable(id, openid, title,content, url, type, readed, comeintime, descript, extend, pushTime) VALUES (?,?,?,?,?,?,?,?,?,?,?)",[LXUserDefaults newsID] ,dic[@"openid"], dic[@"title"],dic[@"content"], dic[@"url"], dic[@"type"], @NO, [LXUserDefaults comeintime], dic[@"descript"], dic[@"extend"], dic[@"pushTime"]];
|
|
BOOL result = [db executeUpdate:@"INSERT INTO kNewsTable(id, openid, title,content, url, type, readed, comeintime, descript, extend, pushTime) VALUES (?,?,?,?,?,?,?,?,?,?,?)",[LXUserDefaults newsID] ,dic[@"openid"], dic[@"title"],dic[@"content"], dic[@"url"], dic[@"type"], @NO, [LXUserDefaults comeintime], dic[@"descript"], dic[@"extend"], dic[@"pushTime"]];
|