I have used the code below to open a SQLite database file that sits on a network computer for more than a year now almost on a daily basis. Suddenly this morning, I am not able
in version > 1.0.82.0
Double the leading two backslashes in the file name (e.g. "\\\\network\share\file.db").
"\\\\network\share\file.db"
Use a mapped drive letter.
Use the SQLiteConnection constructor that takes the parseViaFramework boolean argument and pass 'true' for that argument.
See the SQL post here