Execute the DDL script in Interactive
SQL and create database objects in the RAPStore database.
If the RAPStore database server is not already running, start it:
Change
to the directory that contains the database files.
Use the following
command format:start_asiq -n server_name @config_file.cfg database_name.db.
Use the -n switch to name the
server, either in the configuration file or on the command line
when you start the server.
Note:
If you specify -nserver_name without
a database_name, you connect to the
default database on the current server. If you specify -ndatabase_name without
a server_name, you connect to the
specified database on the current server.
Enter
dbisql
Enter the correct user ID, password, and server
information.
Open the generated DDL script for IQ and click
Execute SQL Statement on the toolbar to execute
the script.