ClassSet.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_CLASSSET_H__9311B26E_A88E_4AA3_B531_3DC480CA7A68__INCLUDED_)
  2. #define AFX_CLASSSET_H__9311B26E_A88E_4AA3_B531_3DC480CA7A68__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ClassSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CClassSet recordset
  10. class CClassSet : public CRecordset
  11. {
  12. public:
  13. CClassSet(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CClassSet)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CClassSet, CRecordset)
  17. CString m_code;
  18. CString m_name;
  19. CString m_department;
  20. CString m_major;
  21. CString m_techer;
  22. CString m_brief;
  23. //}}AFX_FIELD
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CClassSet)
  27. public:
  28. virtual CString GetDefaultConnect();    // Default connection string
  29. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  30. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_CLASSSET_H__9311B26E_A88E_4AA3_B531_3DC480CA7A68__INCLUDED_)