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

数据库系统

开发平台:

Visual C++

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