DataManage.cpp
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // DataManage.cpp: implementation of the CDataManage class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "Equipment.h"
  6. #include "DataManage.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CDataManage::CDataManage()
  16. {
  17. }
  18.  CDataManage::~CDataManage()
  19. {
  20. }
  21. _ConnectionPtr CDataManage::GegConn()
  22. {
  23. return DataConn; 
  24. }
  25. _RecordsetPtr CDataManage::DataRecord()
  26. {
  27. return DataRecord; 
  28. }