> string path = > System.IO.Path.Combine(System.AppDomain.CurrentDomain.BaseDirectory, > "translator.db"); > string connectionString = "URI=file:" + path + ", version=3"; Shouldn't you add also the // part, so the address is URI=file://C:\Docum.... ? -- Kamil Skalski http://nazgul.omega.pl