distadodb.h

来自「对ADO进行封装标准DLL」· C头文件 代码 · 共 26 行

H
26
字号
#ifndef __EnvDistAdoDB20060116_H__
#define __EnvDistAdoDB20060116_H__

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//

#pragma comment(lib,"DistAdoDb.lib") 
#pragma message("Automatically linking with DistAdoDb.dll") 


#ifdef _ENV_ADO_DB_
#define CLASS_EXPORT_ENV_ADO_DB	__declspec(dllexport)
#else
#define CLASS_EXPORT_ENV_ADO_DB	__declspec(dllimport)
#endif

#include "Ado.h"
#include "AdoCommand.h"
#include "AdoRecordSet.h"


#endif //__EnvDistAdoDB20060116_H__

⌨️ 快捷键说明

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