SQLite Forum

What does, if many threads and/or processes need to write the database at the same instant, mean?
Login
What I don't understand is that if I use PRAGMA to set the `busy_timeout` and I verify it is set, I still get the locking error. But if I set it during code execution, then I don't get the error:

```
$sqlite_db->busyTimeout(20000);
```