Simple.Data.Sqlite
Simple.Data.Sqlite copied to clipboard
SQLite adapter only works when file suffix is ".db"
I get the dreaded "No ADO Provider found" error when attempting to access a SQLite database whose file suffix is anything other than ".db".
For example "myDatabase.s3db" does not work. Rename the file to "myDatabase.db" and it works fine.
I am using the Simple.Data.Database.OpenFile method to open the database.