Developer Documentation Library > Data Model > Available DSCs > UNICOM Intelligence Data File CDSC > SQLite and multiple users
 
SQLite and multiple users
The UNICOM Intelligence Data File CDSC writes to a SQLite database, which has limited support for concurrency. While multiple processes can access a single database file at the same time, SQLite is designed to allow only one process to update the database at any given moment.
SQLite uses locks to control access to the database. However, file locking might not always work properly on all file systems and in all environments. As a result, you should use caution whenever a database might be updated by multiple UNICOM Intelligence Data File CDSC users.
For more information, see the SQLite website.
http://www.sqlite.org/index.html
See also
UNICOM Intelligence Data File CDSC