Database types
PLA 3.0 supports Microsoft SQL Server and SQLite databases.
Important: Both database types let multiple users share the access, but only
Microsoft SQL Server databases are intended for simultaneous use.
Microsoft SQL Server databases
Use a Microsoft SQL Server database to manage a medium to a large amount of data that should be simultaneously accessible by multiple users.
SQLite databases
Use an SQLite database if you only have a small amount of data. Create the database for the active user or all users of a computer. To make the database available for a small group of users, you can also place it in a shared folder or on a file server.
An SQLite database consists of a single database file. Copy, move, and backup actions can therefore be performed easily. Simultaneous use and remote access are not intended.
Note: We recommend you regularly create a backup of the database
file.