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

The new Visual Query builder allows users to graphically select tables, views and relationships to build queries. The user selects the tables and views desired in the query, maps the JOIN relationships between the tables, and then selects the columns needed in the results of the query. The user may then query for the results or copy the generated SQL statement to the Query Analzyer to manually work on it.

The Diagram Panel allows the user to select tables and views. User may then drag-n-drop columns from the source table to the target table to create JOIN representations. The user may right-click on the JOIN link and select properties to customize the JOIN.

The Columns Panel allows the user to customize the column parameters of the query. The column name provides a combo box for the user to select a column from a list based off of the selected tables in the Diagram Panel. The alias column allows the user to define an optional alias name for the column.

Panel Columns:
  Name: The name of the column or expression
  Alias: The alias name used for the column or expression
  Table: The name of the table
  Output: Determines if the column or expression is used in the SELECT statment
  Sort Type: Determines whether column is sorted and in what direction.
  Sort Order: Determines the sort level of the column
  Criteria: Criteria statement used in the WHERE clause of the statement
  Or ...: Defines optional criterias appended as OR criterias

The SQL Panel provides a read-only SQL representation of the Diagram Panel. The user may copy or save this SQL statement for later use.

The Results Panel provides a grid results equivalent to the grid results in the Query Analyzer window.

Visual Query Builder
Home Screenshots Downloads Documentation Support Licensing Copyright© 2001-2006 AquaFold, Inc. All Rights Reserved