Db2Database
- The NiagaraAX rdbDb2 module supports the use of data from DB2 databases, version 8.1. DB2 is an IBM relational database management
system (RDBMS) that requires a proprietary license.
- For more information about DB2, refer to: http://www-306.ibm.com/software/data/db2/
HsqlDbDatabase
- The NiagaraAX rdbHsqlDb module supports the use of data from HSQLDB databases. HSQLDB (Hyperthreaded Structured Query Language
Database) is maintained by the "HSQL Development Group" and is available under a BSD type ("free") license.
- For more information about HSQLDB, refer to: http://hsqldb.org/
MySQLDatabase
The NiagaraAX rdbMySQL module supports the use of data from MySQL databases. Note the following about the MySQL database and
associated driver:
- MySQL is an Oracle Corporation relational database management system (RDBMS) that requires a GPL or proprietary license.
- In order to use MySQL with a supervisor installation, you must also install a Java Data Base Connectivity (JDBC) connector
in the following folder (where “C:” represents the NiagaraAX installation location): $niagara_home\jre\lib\ext, where niagara_home denotes the AX installation location eg c:\Niagara\Niagara-3.7.106
- The connector that you need to install is “ConnectorJ” with a filename similar to the following: " mysql-connector-java-5.1.11-bin.jar". It is available for download from: http://dev.mysql.com”