Database Connections

Right-clicking on an existing database connection opens a further context menu.

New Table
This opens the Table Settings dialog.

Delete
The database connection will be deleted.

Security
View and edit role-based access for anything below this node.
Tutorials: Role-based access

Table Settings Dialog

Source table
Select the table that should be replicated.

Destination table
Enter a name for the replicated table.

Primary column
This column will be the unique identifier for the dependent fields in the table. This column will be used as the primary key in the replicated table and hence needs to have unique values and defined as column that does not allow NULL values. The other columns are selected by default for replication, but can be unchecked if not needed.

Replicate deletions
If this checkbox is selected, then when a row is deleted from the source table, it will also be deleted in the replicated table. Any documents using this information will then be corrupted unless the dependent index field has been set to Editable Redundant or Synchronized Redundant. By default this is not checked.

Right-clicking on an existing table opens a further context menu.

Delete
The replicated table will be deleted.