The following topic describes how to configure TrackStudio for use with a DB2 database management system.
> db2 connect to <databasename> user <dbuser> using <password>
hibernate.dialect org.hibernate.dialect.DB2Dialect
hibernate.connection.url jdbc:db2://127.0.0.1/trackstudio
hibernate.connection.driver_class COM.ibm.db2.jdbc.net.DB2Driver
hibernate.connection.username db2admin
hibernate.connection.password db2admin
> db2 -tvf trackstudio-db2.sql