84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
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工具測試下