I am looking for a flat-file (or serverless) database that I can connect to a C# Silverlight application.
There has to be one, but I can't find anything.
EDIT: SQLite is an example of a flat-file database. A flat-file database in my view is any database that does not require a server. Unfortunately, SQLite does not work with Silverlight.
What I want to achieve is to be able to store, update and delete entries from the database. In my application, there is a chart with sectors and nodes. I want to be able to edit sectors and store their settings in the database, and I want to be able to add/retrieve/edit/delete nodes on the chart.
The database needs to be free for educational purposes.
EDIT: This database I need for use on a cellphone. So there can't be any service that listens. When I say "serverless", I mean serverless, I cannot use even a localhost server. It needs to read data from a file and write to the file.
Thanks.
Have a look at these:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With