Granting Permissions for Tables
Permissions for specific tables can be granted to a specific user, or group.
- Open a *.dbd or *.db-schema file.
- Connect to an ODBC Data Source.
-
Click Tables.
A list of tables in the *.dbd or *.db-schema file appears in the right pane.

-
Right-click on the table for which you want to define permissions and click
Grant Permissions.
The Select Permissions dialog appears.
-
Select the check box of the actions you want to allow.
- Select
- Insert
- Update
- Delete
- References
- For Oracle database users - If selected, users can create a foreign key dependency on a table or materialized view. The References permission on a parent table implicitly grants Select privilege on the parent table.
- For SQL database users - If selected, users can create a foreign key constraint that references that table.
- Execute
- In the User/Group/Role field, select the data source user, role, or group to be granted permission.
- Click OK.