c# - Local database to be used by multiple applications/machines? -


I am looking for a local (offline) database solution, a database that does not run as a service nor Need to be installed. I came to SQL Server compact, which seemed promising, except that it only allows multiple connections from a single device / machine. This is a WPF project being written on C #. This application will run on computers with no access to the Internet. The local network must have a database sharing with other examples of the same application.

I considered writing on HTML / PHP but came to the same problem I thought of using a portable Apache server (which would be mysql) that the USB Virus V8, but actually a The application wanted to run away or avoid the risk of compatibility problems.

There is probably no way to get this. Any suggestions?

Thanks


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -