Using Interactive SQL for JDBC
JDBCISQL 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 JDBCISQL to connect to branded OpenAccess SDK JDBC clients.
The command format to run a SQL statement to query/modify a data source is a SQL statement terminated by a semicolon:
ISQL> SQL_STATEMENT ;
In this section: