📄 connectionparams.h
字号:
/*********************************************************
@author Chandar
@version 1.0
Development Environment : Visual C++ 6.0
Name of the File : ConnectionParams.h
Creation/Modification History :
01-Aug-2001 Created
File overview
This file defines the connection parameters required to
connect to the database used by application
**********************************************************/
//Variables for Connecting to database
//Sustitue the variable values to values for your database
static _bstr_t Datasource="ifso817";
static _bstr_t Username="OLEDB";
static _bstr_t Password="OLEDB";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -