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.

  1. Copy the “sub.db” file in the /Data directory.
  2. Ensure the “sub.db” file is writable and not read-only.
  3. Copy the "kowitz.SQLiteBlogDataProvider.dll" file into the /Bin directory.
  4. Copy the "System.Data.SQLite.dll" file to the /Bin directory.
  5. 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