MajorSet.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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