Sybase recommends that you use the Java edition of DBISQL, rather than DBISQLC or isql, unless instructed otherwise for specific tasks. Note that although dbisqlc is supported, dbisqlc does not contain all the features of the Java version dbisql.
Do not use the Import option in the DBISQL Data menu (or Command > Options > Input Format in DBISQLC). This option is not supported for use with IQ databases. Use the LOAD TABLE statement or the INSERT statement to load data into IQ tables.
If you run DBISQL (Interactive SQL Java) with the -q (quiet mode) option, and the data extraction commands (primarily setting the option TEMP_EXTRACT_NAME1 to an output file) are in a command file, you must first set and make permanent the DBISQL option “Show multiple result sets.” If you do not set this option, the output file is not created.
To set the “Show multiple result sets” option, click Tools > Options in the DBISQL window, then check the box “Show multiple result sets” and click “Make permanent.”
In DBISQL and DBISQLC,
if you click the Help button or the Online Books button, the error “Cannot
open the file
” or “Cannot
open help
” is returned. Online help
is not available for DBISQL and DBISQLC. [CR 370040]
The query plan in the DBISQL Plan tab is an Adaptive Server Anywhere style query plan. For a Sybase IQ query plan, refer to the IQ .iqmsg file.
If you set the terminal type on UNIX and Linux systems to “dumb” or “unknown” and then start DBISQLC, Sybase IQ returns an error. For example:
% setenv TERM dumb % DBISQLC
Error at line 1 Unable to initialize screen routines
To avoid problems, run DBISQL (Interactive SQL Java) instead, or use an xterm window to run DBISQLC on UNIX and Linux systems. For example, you can start an xterm window with a scroll bar as follows:
% xterm -sb