NotMyself / Simple.Data.Sqlite

A Sqlite Provider for Simple.Data
17 stars 14 forks source link

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

Open bmiller1 opened 11 years ago

bmiller1 commented 11 years ago

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.