Using Interactive SQL for ODBC
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The Interactive SQL tools are OpenAccess SDK Client programs for accessing data resources managed by OpenAccess SDK Servers. These tools use a command line interface to connect to a data source, execute SQL statements, and retrieve results for display on a terminal. The tools can also be used to verify installation and to execute SQL commands interactively or from a file.
ODBCISQL supports a command line interface to connect to a data source, execute SQL statements, and retrieve results for display on a terminal.
The command format to run a SQL statement to query or modify a data source is a SQL statement terminated by a semicolon:
ISQL> SQL_statement;