I am looking for a database with a flat file (or without a server) with which I can connect to the Silverlight Silverlight application.
There must be one, but I canβt find anything.
EDIT: SQLite is an example of a flat file database. The database with flat files, in my opinion, is any database that does not require a server. Unfortunately, SQLite does not work with Silverlight.
I want to achieve to store, update and delete records from the database. My application has a diagram with sectors and nodes. I want to be able to edit sectors and save their settings in the database, and I want to be able to add / remove / edit / delete nodes in the diagram.
The database should be free for educational purposes.
EDIT: I need this database for use on a mobile phone. Therefore, service cannot happen. When I say "serverless", I mean a server without a server, I canβt even use the local server. It should read data from a file and write to a file.
Thanks.
c # database sqlite silverlight
akanevsky
source share