Home Home Screenshots Download Documentation Contact Licensing

Documentation: Aqua Data Studio 4.7     HTML Documentation download, ZIP: ads-docs.zip (Size: 20MB) / ads-docs-no-shots.zip (Size: 368KB)
  Getting Started
  Installation
  JDBC Drivers
  I. Oracle
  II. DB2 UDB
  III. SQL Server
  IV. Sybase ASE
  V. Sybase Anywhere
  VI. Informix
  VII. PostgreSQL
  VIII. MySQL
  Character sets
  Registering Servers
  I. MSDE 2000
  II. SQL Express 2005
  III. PostgreSQL SSL
  Application
  I. Browser & Scripting 
  II. Visual Editing
  III. SQL History
  IV. Shortcut Toolbar
  V. Options
  VI. Settings
  Query Window
  I. Basics
  II. Shortcut Keys
  III. Toolbar
  IV. Server Side Comments
  V. SQL Automation
  VI. Variable Binding
  VII. Results
  VIII. Save Results
  IX. Auto-completion
  X. SQL Formatter
  XI. Permissions
  XII. Parameterized
  Visual Explain Plan
  I. Basics
  II. Explain Plan
  III. Explain Diagram
  IV. Whiteboard
  Procedure Editor
  Tools
  I. Table Data Editor
  II. Script Generator
  III. ER Diagram
  IV. Query Builder
  V. Import Tool
  VI. Export Tool

  Oracle DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Rollback Manager
  IV. Log Manager
  V. Security Manager
  VI. Session Manager
  VII. SGA Manager
  VIII. Server Statistics

Aqua Data Studio Query Analyzer permissions based on server types and server connections, allow users to prevent catastrophic mistakes by restricting what type of SQL statements may be executed in the query window by a user. A user may set default application permissions for production, development and test servers which will automatically set permissions when registering new server. Permissions may then be customized per server in the Server Registration dialog's permission tab. If the user attempts to execute an SQL statement that he does not have permissions for, then an error message will be displayed in the results indicating that he does not have permissions to do so.

Default Permissions are defined in File->Options->Permissions to set the default permissions by server type. The Server Registration dialog contains permissions tab to specify Query Analyzer permissions. Permissions are set by selecting Server Type, and are modifiable after server selection.

Permissions:

  • Allows SELECT Statements - Determines whether SELECT statements may be executed in the Query Analyzer window for this server connection.
  • Allows INSERT Statements - Determines whether INSERT statements may be executed in the Query Analyzer window for this server connection.
  • Allows UPDATE Statements - Determines whether UPDATE statements may be executed in the Query Analyzer window for this server connection.
  • Allows DELETE Statements - Determines whether DELETE statements may be executed in the Query Analyzer window for this server connection.
  • Allows TRUNCATE Statements - Determines whether TRUNCATE statements may be executed in the Query Analyzer window for this server connection.
  • Allows DDL Statements - Determines whether DDL (CREATE/ALTER/DROP) statements may be executed in the Query Analyzer window for this server connection.
  • Allows All Ohter SQL Statements - Determines whether SQL statements other then SELECT, INSERT, UPDATE, DELETE, TRUNCATE, CREATE, ALTER or DROP may be executed in the Query Analyzer window for this server connection.

Query Permission Options
Query Permission Example
Home Screenshots Downloads Documentation Support Licensing Copyright© 2001-2006 AquaFold, Inc. All Rights Reserved