mardi 3 novembre 2015

Unable to open shared SQLite database

Unable to open database file

That's the error I get when trying to open a SQLite db file that is shared, I already allowed read/write to everyone when I shared the folder containing the db file.

I'm accessing the file using LINQPad or SQL Server Compact & SQLite Toolbox both gives me the same error.

However I can successfully work with the database using my application with the following declaration for the connection Dim litecon As SQLiteConnection = New SQLiteConnection("Data Source=\\10.10.10.10\SQLite\SQLiteDB.db;Version=3;Password=1;", True) I set parseViaFramework to True

Aucun commentaire:

Enregistrer un commentaire