# 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.dll mysql_opt_compress = yes mysql_opt_transaction = yes # PostgreSQL Options [postgresql] driverFile = dbconndrv-postgresql.dll requireSSL = no connectionTimeout = 120 port = 5432