• 大小: 1.59M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: 数据库  Access  c++  系统  

资源简介

一个基于C MFC 编的小系统 可以学习其中编写系统的方法

代码片段和文件信息

#include “StdAfx.h“
#include “ADOConn.h“
#include “MyTime.h“
#include “FileOperate.h“
//功能:构造函数
//strData:数据库的名字
CString CADOConn::GetAppPath()
{
char lpFileName[MAX_PATH];
GetModuleFileName(AfxGetInstanceHandle()lpFileNameMAX_PATH);

CString strFileName = lpFileName;
int nIndex = strFileName.ReverseFind (‘\\‘);

CString strPath;

if (nIndex > 0)
strPath = strFileName.Left (nIndex);
else
strPath = ““;
return strPath;
}
CADOConn::CADOConn(CString strData)
{
CString strValue;
strData.TrimLeft();
strData.TrimRight();
m_strData=_bstr_t(strData);
strValue=strData.Right(3);
if(strValue==“mdb“) m_DataType=1;
if(strValue==“xls“) m_DataType=2;
}
CADOConn::CADOConn()
{
m_DataType=1;
m_strData=_bstr_t(“Data.mdb“);
}
//功能:析构函数
CADOConn::~CA

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        938  2009-09-14 12:29  downcode.com\downcode.com.txt

     文件        938  2009-09-14 12:29  downcode.com\NCshop\downcode.com.txt

     文件       6246  2007-04-20 14:08  downcode.com\NCshop\NcShop\201.ico

     文件      21385  2007-06-01 16:03  downcode.com\NCshop\NcShop\ADOConn.cpp

     文件       2971  2007-05-31 22:45  downcode.com\NCshop\NcShop\ADOConn.h

     文件       4762  2009-09-14 12:32  downcode.com\NCshop\NcShop\CellRange.h

     文件    1777664  2007-06-10 10:51  downcode.com\NCshop\NcShop\Debug\data\data.mdb

     文件        396  2009-06-23 20:19  downcode.com\NCshop\NcShop\Debug\data\LOG\20090623200943.txt

     文件    1777664  2007-06-01 20:43  downcode.com\NCshop\NcShop\Debug\data\MAIN\data.mdb

     文件       1886  2007-05-31 09:38  downcode.com\NCshop\NcShop\DlgAll.cpp

     文件       1362  2009-09-14 12:30  downcode.com\NCshop\NcShop\DlgAll.h

     文件       2797  2007-05-30 21:33  downcode.com\NCshop\NcShop\DlgChaoShibase.cpp

     文件       1433  2009-09-14 12:30  downcode.com\NCshop\NcShop\DlgChaoShibase.h

     文件      10894  2007-06-01 15:35  downcode.com\NCshop\NcShop\DlgChuKuKanDan.cpp

     文件       2058  2009-09-14 12:30  downcode.com\NCshop\NcShop\DlgChuKuKanDan.h

     文件      12793  2007-05-31 14:34  downcode.com\NCshop\NcShop\DlgDanganbase.cpp

     文件       2079  2009-09-14 12:30  downcode.com\NCshop\NcShop\DlgDanganbase.h

     文件       4707  2007-05-30 21:37  downcode.com\NCshop\NcShop\DlgFenJibase.cpp

     文件       1499  2007-05-30 16:57  downcode.com\NCshop\NcShop\DlgFenJibase.h

     文件       4873  2007-05-30 21:37  downcode.com\NCshop\NcShop\DlgFenLeibase.cpp

     文件       1627  2007-05-30 18:29  downcode.com\NCshop\NcShop\DlgFenLeibase.h

     文件       6281  2007-06-01 11:37  downcode.com\NCshop\NcShop\DlgGongYingShangbase.cpp

     文件       1729  2007-05-30 23:12  downcode.com\NCshop\NcShop\DlgGongYingShangbase.h

     文件       1093  2007-05-30 23:22  downcode.com\NCshop\NcShop\DlgJiaGePiLiang.cpp

     文件       1324  2007-05-30 23:22  downcode.com\NCshop\NcShop\DlgJiaGePiLiang.h

     文件       5823  2007-05-31 10:39  downcode.com\NCshop\NcShop\DlgJiaGeSheZhi.cpp

     文件       1511  2007-05-31 09:55  downcode.com\NCshop\NcShop\DlgJiaGeSheZhi.h

     文件      11107  2007-06-01 15:40  downcode.com\NCshop\NcShop\DlgJinHuoKanDan.cpp

     文件       1942  2007-06-01 15:37  downcode.com\NCshop\NcShop\DlgJinHuoKanDan.h

     文件       3968  2007-05-31 19:21  downcode.com\NCshop\NcShop\DlgJinHuoTuiDan.cpp

............此处省略194个文件信息

评论

共有 条评论