📄 dbaccess.~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 + -