Re: [sqlite] Updating Database from multiple threads

2009-05-04 Thread souvik.datta
Hello Igor Tandetnik, Many thanks. It is working ! Regards, Souvik -Original Message- From: sqlite-users-boun...@sqlite.org on behalf of Igor Tandetnik Sent: Mon 5/4/2009 5:04 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Updating Database from multiple threads <souvik

Re: [sqlite] Updating Database from multiple threads

2009-05-04 Thread Igor Tandetnik
wrote in message news:61c4c33b211cd64ebf4b6eb0d03dd56e20d...@blr-m3-msg.wipro.com > I have an application that requires two threads to insert data into > the database simultaneously ( both the threads are updating > independent tables which are in the same database).

[sqlite] Updating Database from multiple threads

2009-05-04 Thread souvik.datta
Hi, I have an application that requires two threads to insert data into the database simultaneously ( both the threads are updating independent tables which are in the same database).I am using sqlite-amalgamation-3.6.10 on Ubuntu 8.10. My database is on ext3 partition.I found