Using Interactive SQL for JDBC
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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 ;