Steve Holden wrote:

> Have you tried adding a self.connection.commit() to the code? I don't 
> know whether sqlite is transactional, but if it is then the changes will 
> disappear without a commit.

Wow, that worked! Now, I know I've done some DB work before (very 
similar to this) and never used commit(), so I'm confused but still 
grateful! :)

Thanks!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to