What is the best DLL-Base Database for .NET?
See the question and my original answer on StackOverflowYou could use SQL Server Compact Edition, or SqlLite with a .NET provider (like this one: System.Data.SQLite).
You could use SQL Server Compact Edition, or SqlLite with a .NET provider (like this one: System.Data.SQLite).