ScholarshipSet.h
资源名称:school.rar [点击查看]
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:
数据库系统
开发平台:
Visual C++
- #if !defined(AFX_SCHOLARSHIPSET_H__AB992BB6_552F_4D97_AE1D_ED26345B68D8__INCLUDED_)
- #define AFX_SCHOLARSHIPSET_H__AB992BB6_552F_4D97_AE1D_ED26345B68D8__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ScholarshipSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CScholarshipSet recordset
- class CScholarshipSet : public CRecordset
- {
- public:
- CScholarshipSet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CScholarshipSet)
- // Field/Param Data
- //{{AFX_FIELD(CScholarshipSet, CRecordset)
- long m_ID;
- CString m_name;
- CString m_type;
- CString m_level;
- CString m_person;
- CString m_brief;
- CTime m_date;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CScholarshipSet)
- 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_SCHOLARSHIPSET_H__AB992BB6_552F_4D97_AE1D_ED26345B68D8__INCLUDED_)