# Sample DbConnect config file used by the examples # Copyright (c) Johnathan Ingram 2003, (jingram@rogueware.org) # # [dbconnect] driverPath = ../lib/drivers # MySQL Options # Note: Transactions are only supported when using INNODB tables!!! [mysql] driverFile = dbconndrv-mysql.so mysql_opt_compress = yes mysql_opt_transaction = yes # mSQL Options [msql] driverFile = dbconndrv-msql.so # PostgreSQL Options [postgresql] driverFile = dbconndrv-postgresql.so requireSSL = no connectionTimeout = 120 port = 5432 # DB2 Options [db2] driverFile = dbconndrv-ibmDB2.so