课程设计Set.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:2k
- // 课程设计Set.h : interface of the CMySet class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_)
- #define AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CMySet : public CRecordset
- {
- public:
- CMySet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CMySet)
- // Field/Param Data
- //{{AFX_FIELD(CMySet, CRecordset)
- CString m_administrator;
- CString m_secrect;
- CString m_course;
- CString m_teacher;
- CString m_period;
- CString m_xuefen;
- CString m_address;
- CString m_grade;
- CString m_level;
- CString m_ID;
- CString m_student;
- CString m_sex;
- CString m_xueke1;
- CString m_xueke2;
- CString m_xueke3;
- CString m_xueke4;
- CString m_xueke5;
- CString m_xueke6;
- CString m_xueke7;
- CString m_class;
- CString m_user;
- CString m_password;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMySet)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // default SQL for Recordset
- virtual void DoFieldExchange(CFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SET_H__27B5D4AF_A09B_471A_984A_CBC8F896BF91__INCLUDED_)