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

📄 connectionparams.h

📁 从vc连接到oracle数据库。包括连接
💻 H
字号:
/*********************************************************
@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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -