You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2026. It is now read-only.
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.