Loading data

After creating tables and indexing their columns, you can fill them with data. You can load your Sybase IQ database using any of the following:

For details about the programming interfaces listed above, see the Utility Guide. If a client application has been written to perform the load, use the appropriate programming interface.

You may also insert data manually. Interactive SQL (DBISQL) is an interface available on all supported platforms. You can use the DBISQL command line interface at the UNIX or Windows command prompt. Windows users can also invoke Interactive SQL from Sybase Central or the Sybase IQ Program Group. In Utility Guide you will learn how to run DBISQL and will issue some basic commands.

There are three ways to load a table using SQL commands:

To load large amounts of data, most users create command files. To create a command file, follow the instructions in Using Interactive SQL (dbisql) in the Utility Guide.

Syntax and examples for the INSERT and LOAD commands are in Reference: Statements and Options.

To add a row to a table using Sybase Central, do one of the following: