tch.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

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