www.pudn.com > 通讯录管理程序源代码(c).rar > MyRecordset.h


#if !defined(AFX_MYRECORDSET_H__30052880_6239_11D5_A3D7_DF20AAC61475__INCLUDED_) 
#define AFX_MYRECORDSET_H__30052880_6239_11D5_A3D7_DF20AAC61475__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyRecordset.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyRecordset recordset 
 
class CMyRecordset : public CRecordset 
{ 
public: 
	CMyRecordset(CDatabase* pDatabase = NULL); 
	DECLARE_DYNAMIC(CMyRecordset) 
 
// Field/Param Data 
	//{{AFX_FIELD(CMyRecordset, CRecordset) 
	CString	m_name; 
	int		m_age; 
	CString	m_sex; 
	CString	m_telphone; 
	CString	m_pager; 
	CString	m_mobile; 
	CString	m_email; 
	CString	m_company; 
	CString	m_address; 
	CString	m_position; 
	CString	m_friendship; 
	CString	m_introduction; 
	//}}AFX_FIELD 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyRecordset) 
	public: 
	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_MYRECORDSET_H__30052880_6239_11D5_A3D7_DF20AAC61475__INCLUDED_)