“sqlite_busy: baza danych jest zablokowana” Kod odpowiedzi

Sqlite_busy: baza danych jest zablokowana

Most probably this error is due to multiple connection,and also  it is a bad practice to use multiple connections when connecting to SQLite
drpzet

sqlite_busy: baza danych jest zablokowana

SQLITE_BUSY means that another database connection (probably in another process) is using the database in a way that prevents you from using it. SQLITE_LOCKED means the source of contention is internal and comes from the same database connection that received the SQLITE_LOCKED error.
Frightened Ferret

Odpowiedzi podobne do “sqlite_busy: baza danych jest zablokowana”

Pytania podobne do “sqlite_busy: baza danych jest zablokowana”

Więcej pokrewnych odpowiedzi na “sqlite_busy: baza danych jest zablokowana” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu