Is it possible to tell if SQLite has a database file locked? Not through OS tools, but from System.Data.SQlite? I would like my application to be able to understand if its use of SQLite has the file locked at a given moment. (and yes I know other processes/apps could also lock the file).
Thanks, Denis Burke