Using Permissions in the SQL Commander
Only in DbVisualizer Pro
This feature is only available in the DbVisualizer Pro edition.
The Permission functionality is a security mechanism, where you can specify that certain database operations must be confirmed. You configure permissions in the Tool Properties dialog, in the Permissions category of the General tab, per connection mode (Development, Test and Production).
You specify which connection mode to use for a connection in the Properties tab of the Object View tab for the connection.
The permission feature is part of DbVisualizer and does not replace the authorization system in the actual database.
For the SQL Commander, you can pick the permission mode type from a drop-down list for each SQL command:
Permission Type | Description |
---|---|
Allow | This permission type means that you can run the SQL statement without any confirmation |
Deny | This permission type means that the SQL statement is not executed at all. |
Ask | This permission type means that when executing an SQL statement, or a script of statements, the SQL Commander asks you whether the actual SQL command(s) should be executed. |