skip to main content
Configuring the JDBC Client : Using Interactive SQL for JDBC
 

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: 
* Starting and Stopping Interactive SQL
* Interactive SQL Command-line Syntax
* Redirecting Output from JDBCISQL
* Interactive SQL Commands for JDBCISQL
* Example of an Interactive SQL Session