bbum Mon, 07 Feb 2005 09:54:44 -0800
Both threads are using same sqlite connection.
This is your problem.
Each thread should use an isolated connection.
b.bum