Database Access Control
- Last UpdatedJan 03, 2023
- 1 minute read
Users have one of the following types of access to a DB:
|
Read/Write |
You can change the data held in the DB. |
|
Read-only |
You can interrogate the contents of the DB (for example, by using Isodraft to produce an isometric), but you cannot alter it. |
|
None |
You have no access to the DB. |
|
Each database is set up with UPDATE, CONTROLLED or MULTIWRITE access rights, where: |
|
|
UPDATE |
The database can be accessed by many users with Read-only rights, but only one user with Read/Write right |
|
CONTROLLED |
Controlled by an external system. |
|
MULTIWRITE |
The database can be accessed by many users with Read/Write rights. |
You can see the access rights to a database by using the LIST DB command.