The following topic describes how to configure TrackStudio for use with a Firebird database management system.
SQL> create database 'c:\trackstudio.gdb' user 'sysdba' password 'masterkey';
SQL> connect 'c:\trackstudio.gdb' user 'sysdba' password 'masterkey'; Commit current transaction (y/n)?y Committing. Database: 'c:\trackstudio.gdb', User: sysdba
SQL> exit;
hibernate.dialect org.hibernate.dialect.FirebirdDialect hibernate.connection.url jdbc:firebirdsql://localhost/c:/trackstudio.gdb hibernate.connection.driver_class org.firebirdsql.jdbc.FBDriver hibernate.connection.username sysdba hibernate.connection.password masterkey
SQL> in trackstudio-firebird.sql;
Before upgrading the database, execute the following:
gfix.exe -user sysdba -password masterkey trackstudio.gdb -sql_dialect 3
Copyright (c) 2002-2006. All rights reserved.
|
What do you think about this topic? Send feedback!
|