Note that there are some explanatory texts on larger screens.

plurals
  1. POMulti-user application without need to install anything - embedded database that allows concurrent user writes?
    primarykey
    data
    text
    <p>I need to create an application, that</p> <ol> <li>is used by multiple users concurrently </li> <li>does not require <strong>any</strong> installation</li> <li>has a centralized data storage</li> <li>data must be stored <strong>inside</strong> company's network</li> <li>i <strong>don't have access</strong> to company's internal database servers or webservers</li> </ol> <p><strong>These restrictions are not of my own</strong> - these are coming from my customer - this is a branch of a global company and there are some big IT policy restrictions on a global company level, that they can not impact on their level (something like that), but they still need a software. </p> <p>My intent was to find <strong>HOW</strong> to provide them with a working piece of software despite those restrictions. </p> <p>So the only option (to my understanding) is to store data on a network share - in one or more files. The problem was to find a way how to provide a concurrent write access to those files.</p> <p><strong>RESEARCH so far</strong></p> <ul> <li>First what came to my mind was using SQL Server Compact and place it on a network share</li> </ul> <p><a href="http://technet.microsoft.com/en-us/library/ms171817.aspx" rel="nofollow">SQL Server Compact allows only one connection when located on a network share</a></p> <ul> <li>Then I found SQLite - did some research and found out that it has some improvements over SQL CE</li> </ul> <p><a href="http://www.sqlite.org/faq.html#q5" rel="nofollow">SQLite database file locked when writing, but possible concurrent reading operations</a></p> <ul> <li>Then I found VistaDB, which seems to offer the functionality that I need but it is very expensive - it costs 1295$ per developer...</li> </ul> <p><a href="http://www.vistadb.net/technical/serverless.aspx" rel="nofollow">VistaDB embedded database provides row and table level locking!</a></p> <p><strong>So refined question is</strong></p> <p>Which embedded databases support concurrent user write access? (Is there alternatives for VistaDB in this respect?) - please, provide <strong>facts</strong>, not opinion.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload