84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
result = [_db executeUpdate:@"INSERT INTO CommentNotice (is_read,comment_id) VALUES (?,?)",temp[@"is_read"],temp[@"comment_id"]];
result返回YES 但是我去本地数据库看 结果没插进去这是为什么
学习是最好的投资!
db存哪儿的?
检查你的sqlite文件是不是在Document下
是不是开了事务没commit
把db从应用中copy出来,看一下,
插入前,打印一下值。
最好写之前用sql工具测试下
db存哪儿的?
检查你的sqlite文件是不是在Document下
是不是开了事务没commit
把db从应用中copy出来,看一下,
插入前,打印一下值。
最好写之前用sql工具测试下