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