About this task
To configure database, do the following steps:
- Create the database and database tables in DB2® for the sample:
- Locate the createTable.ddl script file. You can find the scripts in the
following path:<toolkit_root>/samples/BTTJumpStartSampleRCPClient.zip/BTTJumpStartSampleRCPClient/DB2_setup/.
- Exact the DB2_setup folder to a folder, for example:
<toolkit_root>/samples/DB2_setup
.
- From a DB2 command
window prompt, use the cd command to go to the directory: <toolkit_root>/samples/DB2_setup.
- Create database and database tables, using the following commands: db2
-tvf createTable.ddl.
- Import the data to the database, using the commands:importData.bat.