dbconnect.ini

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

INI
16
字号
# Sample DbConnect config file used by the examples
# Copyright (c) Johnathan Ingram 2003, jingram@rogueware.org
#
#

[dbconnect]
driverPath = ..\..\lib\drivers


# PostgreSQL Options
[postgresql]
driverFile = dbconndrv-postgresql.dll
requireSSL = no
connectionTimeout = 120
port = 5432

⌨️ 快捷键说明

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