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

Interactive SQL for JDBC

JDBCISQL 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 ;
For detailed information about using JDBCISQL, refer to the OpenAccess SDK Administrator’s Guide.