Some time ago I wrote a little app in C# WPF (using sqlite .Net) and today I wanted to use it again. The app writes an SQLITE 3.x database file out to disk (extension .s3db). The file icon seems to be not bound to any application so maybe the extension was chosen deliberately by myself at the time I wrote the app (4 years ago).
Anyway, the app writes out the database file fine, no errors occur, but when I want to browse the database file I cannot find any of sqlite browser that can cope with the format. Any clues what I might try out? -- Christoph Kukulies