# 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