
ISQL and Tools
The file name must be enclosed in doubles quotes, such as: isql
-u user_name
The user name
-a password
The password
connect_string
A string that specifies which database to connect to. The connect_string can be a simple data- base name or a complete connect string. For example, to connect to a local database named myDatabase, you would use the following syntax:
isql
To connect to a remote database named
isql
See the CONNECT statement in the
3.3STATEMENT HISTORY SUPPORT
ISQL provides statements to simplify the process of executing statements you already typed. ISQL implements a history mechanism similar to the one found in the csh
The following table summarizes the ISQL statements that support retrieving, modifying, and rerunning previously entered statements.
Table 3-1: ISQL Statements for Statement History Support
Statement | Summary |
|
|
HISTORY | Displays a fixed number of statements (specified by the SET HIS- |
| TORY statement) which have been entered before this state- |
| ment, along with a statement number for each statement. Other |
| statements take the statement number as an argument. See Sec- |
| tion 3.7.12 "HISTORY" on page |
|
|
FairCom Corporation |