TrackStudio 3.0 Documentation
Firebird Configuration

This section describes how to configure Firebird/Interbase.

1. Start Firebird's isql program. 

2. Create database

SQL> create database 'c:\ts.gdb' user 'sysdba' password 'masterkey';
SQL>

3. Connect to the database

SQL> connect 'c:\ts.gdb' user 'sysdba' password 'masterkey';
Commit current transaction (y/n)?y
Committing.
Database: 'c:\ts.dgb', User: sysdba
SQL>

4. Execute sql\trackstudio-firebird.sql (TrackStudio/WAR) or use the Create Database button (TrackStudio/SA)

Sample JDBC configuration

ConnectionURL: jdbc:firebirdsql://localhost/c:/ts.gdb
DriverClass: org.firebirdsql.jdbc.FBDriver
UserName: sysdba
Password:masterkey
Copyright (c) 2002-2004. TrackStudio, Ltd. All rights reserved.