SQL Catalogs
SQL Catalogs help you store your SQL code for later. Create as many catalogs as you want.
The drop-down box displays the names of the SQL code in the currently loaded Catalog.
 |
New Catalog |
 |
Open Catalog |
 |
New SQL |
 |
Open SQL |
 |
Save SQL & Catalog |
 |
Delete SQL from Catalog |
How to Use
- New Catalog
- Click the New Catalog button to use a new catalog
- Enter SQL into the editor window
- Click the Save SQL and Catalog button
- If catalog is not already save you will be asked to save it first
- The you will be ask to name your SQL statement
- The name will then appear in the SQL drop-down list
- Use the drop-down list to quick recall saved statements
- Open Catalog
- Click the Open Catalog button
- Find a catalog file and click open
- The drop-down list now contains all the statement names in the catalog
- Add SQL to Catalog
- Click the New SQL button
- Enter SQL statement into the editor window
- Click Save SQL and Catalog Button to save changes
- Edit SQL in Catalog
- Select a statement name from the drop-down list
- Modify the statement in the editor window
- Click Save SQL and Catalog Button to save changes
- Open SQL
- Click the Open SQL button
- This will replace when is in the sql window
- Delete SQL in Catalog
- Select a statement name from the drop-down list
- Click Delete SQL from Catalog Button
|