guningyi / python_gym

练习使用python的图形化库做一个搜索演员作品的工具
0 stars 0 forks source link

sql db is empty after execute the programe #1

Open guningyi opened 11 years ago

guningyi commented 11 years ago

the root cause is : miss the conn.commit(), so the data will not insert into the sqllite3 db.

guningyi commented 11 years ago

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.