Open guningyi opened 11 years ago
the root cause is : miss the conn.commit(), so the data will not insert into the sqllite3 db.
This problem suffer me long time. Why this point was not aware of me? maybe the cause is I am not familiar with database procedure. And also I am not familiar with the sqllite3 API.
the root cause is : miss the conn.commit(), so the data will not insert into the sqllite3 db.