Hello!
We are using version 1.0.49.0 of System.Data.SQLite.We have problems building a connection string if the path to the database file contains a '='.After some searching we found http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlconnection.connectionstring.aspx (search for '==' on the page).Using that information we triedData Source="D:\temp\a==b\data.db"as connection string (the correct path is "D:\temp\a=b\data.db") but we still get an exception {"Invalid ConnectionString format for parameter \"Data Source\""} at "System.Data.SQLite.SQLiteConnection.ParseConnectionString()".
Any help is appreciated!
Ruediger
Fixed in the pending 1.0.50 release.
I just checked it with 1.0.51 and it works fine (with a single '=').
Thanks!