When I use the connection string ‘\\\\network\share\file.db’ it works fine. But if the share is hidden the SQLite database can not be found. I use the connectionstring as follows: Con As New SQLite.SQLiteConnection With {.ConnectionString = "Data Source=\\\\network\share\file.db;Version=3;"} The \\\\ is according this article: unable to open database file on a local network
J
JacquesUrlus
@JacquesUrlus