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

📄 dbaccess.~cpp

📁 ADO写的数据库接口,CB 6 编译通过
💻 ~CPP
字号:
//---------------------------------------------------------------------------


#pragma hdrstop

#include <vcl.h>
#include "dbaccess.h"
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <io.h>
#include <time.h>
#include <stdlib.h >
//#include <windef.h>
//#include <odbcinst.h>
#include <dir.h >
#include <string.h >
//#include <winbase.h>
#include <alloc.h>
#include <stdlib.h>
//---------------------------------------------------------------------------

#pragma package(smart_init)

CDBAccess::CDBAccess()
{
    strcpy(m_ClassName,STR_ACCESS);
}

CDBAccess::~CDBAccess()
{
 
}

}

⌨️ 快捷键说明

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