Please be aware that it may still have bugs. I have been using it now for about two weeks, making small refinements as I’ve found them.
To Install.
- Copy the “sub.db” file in the /Data directory.
- Ensure the “sub.db” file is writable and not read-only.
- Copy the "kowitz.SQLiteBlogDataProvider.dll" file into the /Bin directory.
- Copy the "System.Data.SQLite.dll" file to the /Bin directory.
- Change the config file so SUB now uses the SQLite provider: <DataAccessType> kowitz.SingleUserBlog.Services.DataReaderBlogDataProvider, kowitz.SQLiteBlogDataProvider </DataAccessType>
If you experience any problems when using the provider, just post comments here.
Download
Get it here [Edit 10-Mar-06: Updated Link]
View Source Files Online
I've also uploaded my source files to view online, DataReaderBlogDataProvider.cs and SQLiteDataHandler.cs