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

数据库系统

开发平台:

Visual C++

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