TableGen has been tested with the following database/driver combinations. As well on Linux/Solaris/Windows NT.
| Database | Driver | Comments |
|---|---|---|
| Sybase | Connect Software | Possible problems with Sybase 4.9 or earlier |
| Postgresql | Postgres JDBC | No known problems. |
| MySQL | TWZ1 driver 1.03 | Throws an exception on setAutoCommit() - you will need to comment the line out in Brett Ewins code. |
| MySQL | mm mysql 1.1f | types_as_string=yes must be set in the properties file. Doesn't like 1.1g for some reason. Under investigation. |
| Oracle | Oracle JDBC v8.0 / v7.3.4 | You will need to set DatabaseAccess.isOracle=true to get timestamps working. |
| DB2 | ? | getTables() must be called with null, not "TABLES". |