I have a SQLite database file which is locked by the database connection. When I close the connection, although it is closed, it takes some time until the database file is actually unlocked. During this time I can not delete the database file. What is the best way to find when the file is unlocked?
Code Java:
Any ideas?






Bookmarks