Data2Set.h
上传用户:jndfzt02
上传日期:2007-04-25
资源大小:391k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)
  2. #define AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Data2Set.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CData2Set recordset
  10. #include "databaseset.h"
  11. class CData2Set : public CDataBaseSet
  12. {
  13. public:
  14. CData2Set(CDatabase* pDatabase = NULL);
  15. DECLARE_DYNAMIC(CData2Set)
  16. // Field/Param Data
  17. //{{AFX_FIELD(CData2Set, CRecordset)
  18. long m_built_year;
  19. long m_chanliang;
  20. CString m_introduce;
  21. CString m_mine_name;
  22. long m_only_id;
  23. long m_storadge;
  24. long m_worker_numb;
  25. //}}AFX_FIELD
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CData2Set)
  29. public:
  30. virtual CString GetDefaultConnect();    // Default connection string
  31. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  32. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  33. //}}AFX_VIRTUAL
  34. virtual int GetID();
  35. // Implementation
  36. #ifdef _DEBUG
  37. virtual void AssertValid() const;
  38. virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_DATA2SET_H__2E69F1D6_2188_11D3_B434_CAB6E5000000__INCLUDED_)