AquaFold
HOME SCREENSHOTS DOWNLOAD DOCUMENTATION SUPPORT LICENSING CONTACT
 

Documentation: Aqua Data Studio 6.5 - New Features     HTML Documentation download, ZIP: ads-docs.zip (Size: 84.7MB) / ads-docs-no-shots.zip (Size: 1.2MB)
  Getting Started
  Installation
  JDBC Drivers
   Oracle 8i
   Oracle 9i
   Oracle 10g
   DB2 7.2
   DB2 8.1
   DB2 9.0
   SQL Server
   Sybase ASE
   Sybase Anywhere
   Sybase IQ
   Informix
   PostgreSQL
   MySQL
  Memory Configuration
  Character sets
  Registering Servers
   MSDE 2000
   SQL Express 2005
   PostgreSQL SSL
  Application
   Browser and Scripting
   Visual Editing
   SQL History and Archive
   Shortcut Toolbar
   Key Mappings
   Key Mapping Assistant
   Custom Keymap Profiles
   Options
   Settings
   New Frame Window
   Details View
   Command Line
  Query Window
   Basics
   Toolbar
   Server Side Comments
   SQL Automation
   Aqua Commands
   Morph to Delimited List
   Results
   Save Results
   Auto-completion
   Popup Menu
   SQL Formatter
   Permissions
   Parameterized
   Pivot Results (Grid and Chart)
   Grid Results (Grid and Chart)
  Editors
   SQL Editor
   Text Editor
   HTML Editor
   XML Editor
   Regular Expressions
  Image Viewer
  Visual Explain Plan
   Basics
   Explain Plan
   Explain Diagram
   Whiteboard
  Procedure/Package Editor
  SQL Debugger
   Sybase Debugger
  Tools
   Table Data Editor
   Schema Script Generator
   Server Script Generator
   ER Diagram
   Query Builder
   Import Tool
   Export Tool
   Execution Monitor
  Compare Tools
   Schema Compare
   Tab Compare
   Directory Compare
   File Compare
   Copy History Compare
   Results Compare
  Oracle DBA Tools
   Instance Manager
   Storage Manager
   Rollback Manager
   Log Manager
   Security Manager
   Session Manager
   SGA Manager
   Server Statistics
  SQL Server DBA Tools
   Instance Manager
   Storage Manager
   Security Manager
   Session Manager
   SQL Agent Manager
  Sybase DBA Tools
   Instance Manager
   Storage Manager
   Security Manager
   Session Manager
  Source Control
   Subversion
   CVS
Query Window - Results

Query Analyzer provides 6 different query result options.
Query Window - Results


Text Results -It displays formated text, and the text is cleared for every query.
Aqua Data Studio Text Results
Text Results

Text History Results -The Text History is formated text and is appended to the previous text.
Aqua Data Studio Text History Results
Text History Results

Oracle DBMS_OUTPUT -Oracle allows a user to print out messages from a query, PL/SQL block or stored procedure. ADS will now display this output if it is used by the user.
Aqua Data Studio DBMS_OUTPUT
DBMS Output

Grid Results -Results are displayed in a grid which can be sorted by clicking on column headings. One grid per statement is displayed.
Aqua Data Studio Grid Results
Grid Results

Client Statistics -Displays detailed statistics on the execution of the statement or script.

Total Processing: This is the amount of time it takes from the second you click Execute until ADS finishes displaying all of the results on the screen. This is the Script Execution time plus the UI time to process the results and display them.

Client Processing: This is the Total Processing time minus the server wait time.

Server wait time: Server wait time: This is the amount of time ADS spends waiting on the server during server-side methods calls to execute and retrieve results. For example, the executing of a SELECT query, ADS might wait 3 seconds for the query to execute on the server (CPU Server Cycles), then another 5 seconds retrieving results (Network Transfer Cycles). So, this is the best estimate ADS can make on how much time the server spends executing and sending the data to the client.

Script Parse Time: This is the amount of time it takes to parse the script. This is usually zero, unless you have a really large file.

Script Execution Time: This is the total time it takes from the beginning to the end of the execution of the script. This is the raw execution time which doesn't include any time ADS spends formatting the results to be displayed on the screen.

Aqua Data Studio Client Statistics
Client Statistics

Script Details - The Script Detail Results lists each statement executed in a script with detail indicating success, failure and/or warnings. Double-clicking on an item highlights the associated lines in the script.
Aqua Data Studio Script Details
Script Details

Pivot Grid - The Pivot Grid presents the results as a set of pivot tables. One pivot table is displayed per result set.
Aqua Data Studio Script Details
Pivot Grid Details

Printing Grid and Text results - Grid or Text results can be printed out using a physical or software printer. The printing can be configured using options presented in the Print dialog such as: document header and footer, paper size, margins and document orientation. Printing now provides a popup status dialog that both shows what page is currently printing and provides the ability to cancel the print job.
Grid Printing
Grid Printing and Status

Home Screenshots Downloads Documentation Support Licensing Contact Copyright© 2001-2007 AquaFold, Inc. All Rights Reserved