studentSet.h
资源名称:一个学生管理系统.rar [点击查看]
上传用户:hzzhuce
上传日期:2013-04-01
资源大小:1289k
文件大小:1k
源码类别:
SQL Server
开发平台:
Visual C++
- // studentSet.h : interface of the CStudentSet class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_STUDENTSET_H__2F22E629_EA5F_4D61_A740_D06D6441F0CA__INCLUDED_)
- #define AFX_STUDENTSET_H__2F22E629_EA5F_4D61_A740_D06D6441F0CA__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CStudentSet : public CRecordset
- {
- public:
- CStudentSet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CStudentSet)
- // Field/Param Data
- //{{AFX_FIELD(CStudentSet, CRecordset)
- long m_column1;
- CString m_column2;
- long m_column3;
- long m_column4;
- long m_column5;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStudentSet)
- 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_STUDENTSET_H__2F22E629_EA5F_4D61_A740_D06D6441F0CA__INCLUDED_)