www.pudn.com > Stud_info.rar > Stud_infoSet.h


// Stud_infoSet.h : interface of the CstudentSet class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_STUD_INFOSET_H__8CD7DAF2_7D9D_49F0_A539_B911377C2DE2__INCLUDED_) 
#define AFX_STUD_INFOSET_H__8CD7DAF2_7D9D_49F0_A539_B911377C2DE2__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) 
	CString	m_no; 
	CString	m_name; 
	CString	m_sex; 
	CTime	m_birth; 
	CString	m_nativeplace; 
	CString	m_nation; 
	CString	m_ifmarry; 
	CString	m_jointime; 
	CString	m_joinplace; 
	CString	m_studythrough; 
	CString	m_duty; 
	CString	m_dutytime; 
	CString	m_rank; 
	CString	m_ranktime; 
	CString	m_sdept; 
	CString	m_team; 
	CString	m_entrancetime; 
	CString	m_graduatetime; 
	CString	m_unitbeforeentrance; 
	CString	m_studydirection; 
	CString	m_nameoftutor; 
	CString	m_coursecircs; 
	CString	m_publishcircs; 
	CString	m_contaction; 
	//}}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_STUD_INFOSET_H__8CD7DAF2_7D9D_49F0_A539_B911377C2DE2__INCLUDED_)