Specifies which result set(s) are printed when a .sql file is run.
LAST Prints the result set from the last statement in the file.
ALL Prints result sets from each statement in the file which returns a result set.
NONE Does not print any result sets.
LAST
The isql_print_result_set option takes effect only when you run Interactive SQL as a command line program (for example, when running a .sql file).
This option allows you to specify which result set(s) are printed when a .sql file is run.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |