⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbconnect.ini

📁 C++连接一写常用数据库的接口
💻 INI
字号:
# 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

⌨️ 快捷键说明

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