st.h
上传用户:yhxbjx
上传日期:2018-11-07
资源大小:7142k
文件大小:1k
- #if !defined(AFX_ST_H__D378196E_7C56_404E_8027_2110566453A4__INCLUDED_)
- #define AFX_ST_H__D378196E_7C56_404E_8027_2110566453A4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // st.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // st recordset
- class st : public CRecordset
- {
- public:
- st(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(st)
- // Field/Param Data
- //{{AFX_FIELD(st, CRecordset)
- CString m_course;
- CString m_teacher;
- CString m_period;
- CString m_xuefen;
- CString m_address;
- CString m_grade;
- CString m_level;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(st)
- 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_ST_H__D378196E_7C56_404E_8027_2110566453A4__INCLUDED_)