SQL Guide : Database concepts : Multi-user capability
  
Multi-user capability
An important advantage of client-server architecture is that it usually makes it easier to have more than one client. solidDB®, like most relational database servers, allows multiple users to access the data in a table.
When two users try to update the same data, there is potential danger. If the updates are not the same, then one user's updates could write over the other user's updates. solidDB® uses concurrency control mechanisms to prevent this. For more information, see Concurrency control and locking.
See also
Database concepts