connectionparams.h

来自「vc在线考试系统源码」· C头文件 代码 · 共 21 行

H
21
字号
/*********************************************************
@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 + =
减小字号Ctrl + -
显示快捷键?