Simple.Data.Sqlite icon indicating copy to clipboard operation
Simple.Data.Sqlite copied to clipboard

SQLite adapter only works when file suffix is ".db"

Open bmiller1 opened this issue 13 years ago • 0 comments

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.

bmiller1 avatar Jan 04 '13 02:01 bmiller1