I am using sqlite database, one sqlite database file accessed from 2 process simultaneously so it throws error:
"Database is locked".
I used Lock(){ /*sqlite addition*/ }
for all insert or update operations. Is there any way to find out is sqlite DB file is being used in another process or is it open in another process?