the program I am working on receives data from a web service, adds data to the database, deletes and updates. But sometimes, when I launch my application, all the actions are successful, but sometimes, when I want to add, delete or update data, I get this error.
The server failed to process the request. ---> Database file locked database locked
I can’t understand that the same program works fine at some time, but at some point the program itself gives this message.
source
share