SECTSET.H
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:
Windows编程
开发平台:
Visual C++
- // SectSet.h : interface of the CSectionSet class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CSectionSet : public CRecordset
- {
- public:
- CSectionSet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CSectionSet)
- // Field/Param Data
- //{{AFX_FIELD(CSectionSet, CRecordset)
- CString m_CourseID;
- CString m_SectionNo;
- CString m_InstructorID;
- CString m_RoomNo;
- CString m_Schedule;
- int m_Capacity;
- //}}AFX_FIELD
- CString m_strCourseIDParam;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSectionSet)
- 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
- };