Database creation

PLA 3.0 supports local databases, databases shared on a local network, and databases used in a client-server scenario, thus allowing you to create databases for single users and multiple users in a shared environment.

Create databases in PLA 3.0

To support you in the creation of databases, PLA 3.0 offers the Database connection management wizard.

This guided tool lets you set up new database connections, modify existing ones, and switch between different databases. The wizard simplifies the process by providing step-by-step instructions and validation checks to ensure a successful connection.

For a detailed description of the wizard, see the Add database connections topic.

Key aspects

The choice of database depends on several key factors. PLA 3.0 supports SQLite and Microsoft SQL Server databases. When selecting which database to create, consider the following key aspects:
Number of users Amount of data Database location Simultaneous use Database type

single user

small amount

local computer

no

SQLite database (local)

multiple users

small amount

shared folder/file server

no

SQLite database (shareable)

multiple users

larger amount

database server

yes

Microsoft SQL Server database

Video: How to create your first PLA 3.0 database