dbconnect.cfg

来自「C++连接一写常用数据库的接口」· CFG 代码 · 共 16 行

CFG
16
字号
# 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?