About Commands

 

Related Topics

 

 

Commands are basically programs that perform specific functions and are usually named accordingly.  

Commands are launched (that is, executed or run) in one of these ways:

 

 

Commands buttons are arranged in groups called command systems, any one of which is designated  the current command system and is displayed on your screen.

 

The H2OS command system is an important feature of H2OS's modular design because:  .

 

 

H2OS provides these types of commands:

 

 

 

Type of command

 

Explanation

 

 

H2OS commands

 

H2OS commands are used to drive many of H2OS's features. For example, there are commands to schedule jobs, check an address, backup your database, produce a report, etc.

 

 

 

SQL SELECT commands

 

SQL Select commands are used to create temporary cursors (tables) with selected records and summaries of data in your database tables.

 

SQL Select is actually a mini-language in a single command. It is an extremely powerful database management tool that we, and you also, can use to achieve useful database queries. It is especially useful when joining multiple tables to obtain desired information.

 

SQL Select created temporary tables that are used for reviewing and printing, but  generally cannot be interacted with. That is, you can't (normally) overtype a value in an SQL created temporary table to change the underlying record.

 

SQL Select is best when performing sophisticated queries of your database that result in read-only displays and printed reports.
 

 

FILTER commands

 

Filters can be thought of as masks over your customers database that allows you to see and work with  (change/delete) selected records in the table.

 

Filters are best to use when performing operations that will include changes to your database.

 

 

 

Notes:

 

1. FILTER commands are coded similarly to SQL SELECT commands. View and compare commands in each of these libraries for examples.