Collection Contents Index isql_plan option [Interactive SQL] Next PDF

SQL Anywhere® Server - Database Administration  > SQL Anywhere Administration Tools  > Interactive SQL  > Interactive SQL options

isql_print_result_set option [Interactive SQL]


Function

Specifies which result set(s) are printed when a .sql file is run.

The isql_print_result_set option takes effect only when you run the Interactive SQL (dbisql) utility within a command window (for example, when running a .sql file).

Allowed values

LAST, ALL, NONE

Default

LAST

Description

This option allows you to specify which result set(s) are printed when a .sql file is run.

You can choose one of the following print options:

Although this option has no affect when Interactive SQL is running in windowed mode, you can still view and set the option in windowed mode. Choose Tools > Options. On the Results tab, select the appropriate action in the Console Mode area.

See also

Collection Contents Index isql_plan option [Interactive SQL] Next PDF