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