一个很好的教职工管理系统
源代码在线查看: 教职工人事管理系统set.h
// 教职工人事管理系统Set.h : interface of the CMySet class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_SET_H__CBDDDF4A_1CF1_42A0_8161_4A8618C3BB3D__INCLUDED_)
#define AFX_SET_H__CBDDDF4A_1CF1_42A0_8161_4A8618C3BB3D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMySet : public CRecordset
{
public:
CMySet(CDatabase* pDatabase = NULL);
DECLARE_DYNAMIC(CMySet)
// Field/Param Data
//{{AFX_FIELD(CMySet, CRecordset)
CString m_JLI;
int m_JL;
long m_JSBH;
int m_JSNL;
CString m_JSXM;
CString m_JSXB;
CString m_SZBM;
CString m_ZC;
CString m_ZW;
//}}AFX_FIELD
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMySet)
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_SET_H__CBDDDF4A_1CF1_42A0_8161_4A8618C3BB3D__INCLUDED_)