dbaccess.~cpp

来自「用ODBC写的数据库接口,支持SQlserver,mysql」· ~CPP 代码 · 共 36 行

~CPP
36
字号
//---------------------------------------------------------------------------


#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 + =
减小字号Ctrl + -
显示快捷键?