I am looking for a file based storage solution that I can use with a net project. It should have an SQL-like interface to store and retrieve data. They should have a slightly overhead and no extra components installed by the end user will be required. I am hopping to a Dll which I can reference and use.
My current favorite is equilibrium, should I know any better way from there?
Do I have a bias against access (health?) Because I think I need more for this, I agree otherwise though.
PS: "No, there is nothing better," is an absolutely good answer.
I have some other option with which I have no experience if you do not install anything on it The user side works as well as SQL Server Express if you want to install something. What are the features that really exist in all your embedded databases?
One advantage of SQL compact is that when it is on a local drive, that is not on the network drive, it supports multiple connections. If you want to write it in a database on a network drive, however, you will have a problem. From your brief description it seems that what you want is a SQL compact. If you have more specific requirements then the answer may be different.
Comments
Post a Comment