Q: What are the supported database systems?
A: Theoretically, Bugzero should run on all the available database systems.
Bugzero has been tested and deployed in production environment on
MySQL 3.23/4.x/5.x,
PostgreSql 7.1,
Access 97/2000 and later,
SQL Server 7/2000/2005 and later,
Oracle 8i/9i/10i,
IBM DB2 7.2 and later,
IBM DB2 on AS400,
Sybase ASE 12.0 and later
If you use IBM iSeries (IBM AS/400) DB2, you should use the SQL statement
SQL CREATE SCHEMA (or CREATE COLLECTION) to create the library. This way,
a journal is automatically created. With pre-existing libraries with no
journalling, you may get a SQL7008 Exception.
Hint:
If you found your database is not on our supported list, it may still work.
You need manually edit the db.properties file for your database, and add the
corresponding JDBC driver in the bugzero/WEB-INF/lib/ folder.
|