Denis Burke wrote:
>
> All versions of System.Data.SQLite beyond 1.0.85 (including 1.0.89) fail
> when I try to open a DB using a UNC path.  The error I see is that the
> database cannot be read.
>

Due to the newly revised connection string parsing algorithm (which was
revised to fix other issues), opening a database on a UNC path requires
that the initial backslashes in the file name be doubled, e.g.:
                        
        \\\\mypc\db\Mydb.db

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to