Hello
I have written a small Wep application with PHP (PDO Apache,). This web app
uses a sqlite db3 database. Also there is a Windows application which uses
the same database file.
Now we heard one time that there war a problem and in a log file we saw the
error code
"Database is locked"
My question now is:
Could this be a problem when Apache or PHP uses same database and also a
windows application?
For example if PHP writes to table "users" and windows application reads
from "users" at same time?
Or what else can cause this error?

best regards
Werner

Reply via email to