If you are inserting small quantities of data, you may prefer to enter it interactively through DBISQL, using the INSERT statement.
For example, you can insert listed values a single row at a time with the following command:
INSERT INTO T1 VALUES ( ... )
For more information about the INSERT command, see “Using the INSERT statement”.
Do not use the Import option in the DBISQL Data menu. This option is not supported for use with Sybase IQ databases.