Interactive SQL is an OpenAccess SDK client program used to access OpenAccess SDK data sources. The program supports a command line interface to connect to a data source, execute SQL statements, and retrieve results for display on a terminal.
The driver name specified in the command line option allows the driver to connect to OpenAccess SDK data sources that are served by OpenAccess SDK servers.
The command format to run a SQL statement to query or modify a data source is a SQL statement terminated by a semicolon:
ISQL> SQLstatement ;
A typical ISQL session uses the following sequence: