I have a Hosting which doesn’t support SQL server or any other databse because it is cheap. I know that there are some Dll in which we can add to project and use it as the database.
I wantto know that which one is the best? and is there any other solution to use a database in a Hosting which doesn’t support any kind of Database? (don’t tell that you can usefile-base database, cause I don’t like it)
You could use SQL Server Compact Edition, or SqlLite with a .NET provider (like this one: System.Data.SQLite).