课程设计Set.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // 课程设计Set.h : interface of the CMySet class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_)
  5. #define AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMySet : public CRecordset
  10. {
  11. public:
  12. CMySet(CDatabase* pDatabase = NULL);
  13. DECLARE_DYNAMIC(CMySet)
  14. // Field/Param Data
  15. //{{AFX_FIELD(CMySet, CRecordset)
  16. CString m_administrator;
  17. CString m_secrect;
  18. CString m_course;
  19. CString m_teacher;
  20. CString m_period;
  21. CString m_xuefen;
  22. CString m_address;
  23. CString m_grade;
  24. CString m_level;
  25. CString m_ID;
  26. CString m_student;
  27. CString m_sex;
  28. CString m_xueke1;
  29. CString m_xueke2;
  30. CString m_xueke3;
  31. CString m_xueke4;
  32. CString m_xueke5;
  33. CString m_xueke6;
  34. CString m_xueke7;
  35. CString m_class;
  36. CString m_user;
  37. CString m_password;
  38. //}}AFX_FIELD
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CMySet)
  42. public:
  43. virtual CString GetDefaultConnect(); // Default connection string
  44. virtual CString GetDefaultSQL();  // default SQL for Recordset
  45. virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. #ifdef _DEBUG
  49. virtual void AssertValid() const;
  50. virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_)