tch.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_TCH_H__1F25CE9F_AFB2_4808_B280_A37127E2D2DD__INCLUDED_)
- #define AFX_TCH_H__1F25CE9F_AFB2_4808_B280_A37127E2D2DD__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // tch.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // tch recordset
- class tch : public CRecordset
- {
- public:
- tch(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(tch)
- // Field/Param Data
- //{{AFX_FIELD(tch, CRecordset)
- CString m_ID;
- CString m_student;
- CString m_sex;
- CString m_xueke1;
- CString m_xueke2;
- CString m_xueke3;
- CString m_xueke4;
- CString m_xueke5;
- CString m_xueke6;
- CString m_xueke7;
- CString m_class;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(tch)
- 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_TCH_H__1F25CE9F_AFB2_4808_B280_A37127E2D2DD__INCLUDED_)