Tejas Parekh wrote: "both processes use common database db1.s3db file to store 
data."


Unfortunately SQLite does not allow more than one process to write a single 
file the same time. The one writing process should unlock "his" database in 
order to make it possible to others to make changes to  db1.s3db

File locking and concurrency
 

Kind regards | Cordiali saluti | Vriendelijke groeten | Freundliche Grüsse,
Klaas `Z4us` V, CIO & freelance software engineer, ArTosIt
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to