Use these menu choices to create, maintain, and run the SQL statements in a SQL Access Module (SAM).
Creates a new statement and adds it to the current SAM.
|
|
Opens an existing SQL statement.
|
|
Adds a description to a SQL statement.
|
|
Deletes the selected SQL statement from the SAM.
|
|
Lets you select tables and columns from the current database for inclusion in the current SQL SELECT, INSERT, UPDATE, or DELETE statement.
|
|
Creates a WHERE clause, which specifies the search conditions for a SELECT, UPDATE, or DELETE statement. These conditions determine which rows will be retrieved from the database.
|
|
Creates a join clause between two selected tables. A join allows you to get data from multiple tables via a single SQL statement.
|
|
Creates a GROUP BY clause for a SELECT statement, which divides a result set into groups of rows.
|
|
Creates an ORDER BY clause, which sorts the rows of your result set.
|
|
Dynamically runs the current SQL statement (except for positioned UPDATE and positioned DELETE statements). Displays the results and, if appropriate, lets you commit or rollback the database changes.
|
|
Links EASEL variables with selected output columns or SQL statement input parameters.
|
|
Lets you specify EASEL code generation options for each SQL statement you create.
|
|
Copies a SQL statement from the clipboard or from a file into the current SAM.
|
|
Copies the current SQL statement to the clipboard or to a file.
|
|
Displays only the selected types of SQL statements in the Statement drop-down list or in the Open SQL Statement dialog box.
|