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
   Application Menus
   Application Toolbar
   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
   Oracle Debugger
  Tools
   Table Data Editor
   Schema Script Generator
   Server Script Generator
   ER Diagram
   Query Builder
   Import Tool
   Export Tool
   Execution Monitor
   Object Search
  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 - Basics

Query Analyzer Toolbar - Click here for a diagrom of each button's functionality
Click here for a diagram of the toolbar button functions

Click here for a diagram of the Main Application Toolbar menus.

Toolbar Functionality - Within the Query Analyzer window you can create a new query, open a script, save a query, save a query as, save results, print, parse, execute current, and execute edit. The toolbar allows you to find and replace, enable autocompletion, refresh the auto schema and set the maximum results displayed. You can quickly change the database you are analyzing in the dropdown menu above the edit window.

Scripts and SQL Statement separation Separate your statements with "GO" or "/" - To correctly use all of Query Analyzer's functionality you need to separate your SQL Statements. This allows Aqua Data Studio to quickly identify which statement you are working on so that it may intelligently provide Auto-Completion, Describe, SQL Template, and Execute as a script on the current statement. If you do not do this you might get the impression that Aqua Data Studio doesn't work. Check out #2 and #3.

DO NOT separate your statements with ";" - The reason Aqua Data Studio DOES NOT USE ";" AS A SEPARATOR FOR SQL STATEMENTS is because PL/SQL and T-SQL may contain ";". To keep the parser fast and simple for Auto-Completion and Describe we do not use it. If you try to use it as a separator Aqua Data Studio will not be able to identify your current statement and will give you the impression that Auto-Completion and other features do not work. Executing as a script will also generate errors from the RDBMS unable to understand your statement.

You MUST separate your SQL Statements - If you do not separate your statements, Aqua Data Studio will not be able to identify your current statement or separate them for script execution. This might give you the impression that Aqua Data Studio's features do not work.
How to Separate Statements
How to separate statements


incorrect statement separation
How NOT to separate statements


incorrect statement separation
How ALSO NOT to separate statements
Auto-Completion - The Query Analyzer provides auto-completion popups for tables, views, synonyms and their columns. It determines when to popup tables or columns according to the cursor position in the SQL statement at the time of popup. Although the query window will intelligently decide when to popup options, you may activate the auto-completion feature with the CTRL-SPACE hot key.
Autocompletion Pop-up
Autocompletion Pop-up
Encoding SQL Scripts & Query Results -ADS supports SQL Scripts encoded in different encoding formats. When openning an SQL Script select the 'File Type' with the appropriate encoding. ADS also supports the saving of resultsets into different encoding types.

Unicode/Charactersets -ADS supports Unicode and International charactersets, but you must make sure you are using the international JRE and that ADS is using a font which supports the characterset you are using. The bundled JRE which comes with ADS is the International version, but if you are using your own you must make sure it supports International charactersets. The default font used by ADS does not support all charactersets, so if you need support for Japanese, Chinese and other languages you may need to change your font by selecting File-Options-> [Appearance Tab] and select an appropriate font.
Script Encoding
Script Encoding


Results Encoding
Results Encoding

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