I am using ADO.NET provider on Windows Mobile to connect to SQLite database. Will keeping database connection open for application life create any issue? I am thinking about it because, 1. It will not allow user to delete database file (as it's already in use). 2. It will not allow other processes...