Topic: Database is locked

When I want to add a field in table I get the message " database is locked" How can I solve this problem? and it happens?

Re: Database is locked

unforgettable wrote:

When I want to add a field in table I get the message " database is locked" How can I solve this problem? and it happens?

attach your project

Re: Database is locked

close your project in tach

4 (edited by k245 2022-04-29 06:30:54)

Re: Database is locked

Typically, such a message can appear when several users simultaneously try to change data in the DBMS SQLite. In this case, it is necessary to switch to the use of MySQL to fully support the multi-user mode.


The second typical case is if you get compiler errors during development, but the application still runs and can keep the database file from changing. In this case, you need to open Task Manager and kill all processes that have a connection to the database file.

Визуальное программирование: блог и телеграм-канал.