connectionparams.h

来自「从vc连接到oracle数据库。包括连接」· C头文件 代码 · 共 21 行

H
21
字号
/*********************************************************
@author  Chandar
@version 1.0
Development Environment        :  Visual C++ 6.0
Name of the File               :  ConnectionParams.h
Creation/Modification History  :
                                  07-Aug-2001     Created


  File Overview
  This file defines the connection parameters to connect to 
  database.
**********************************************************/



//Variables for Connecting to database
//Sustitue the variable values to values for your database 
    static CString Datasource="ifso817";
	static CString Username="OLEDB";
	static CString Password="OLEDB";

⌨️ 快捷键说明

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