My database is private to me (no other user). I am also using LibreOffice Base only as the front-end to tables stored in SQLite (via ODBC). From time to time (possibly through poor coding on my part), when I run a query from a form, I get the response ‘Database is locked’ (presumably by a previous query). I haven’t managed to discover how or why; if I close down LO and reopen, the problem goes away - but I would like to place code somewhere that will simply unlock the database without my having to do that.
Is there a way to do this?