www.pudn.com > daothreadfix.zip > DAOTHREADSet.h


// DAOTHREADSet.h : interface of the CDAOTHREADSet class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_DAOTHREADSET_H__A67D95D2_9E31_11D2_AAB9_00609736E3F6__INCLUDED_) 
#define AFX_DAOTHREADSET_H__A67D95D2_9E31_11D2_AAB9_00609736E3F6__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
class CDAOTHREADSet : public CMultiDaoRecordSet 
{ 
public: 
	CDAOTHREADSet(CDaoDatabase* pDatabase = NULL); 
	DECLARE_DYNAMIC(CDAOTHREADSet) 
 
// Field/Param Data 
	//{{AFX_FIELD(CDAOTHREADSet, CDaoRecordset) 
	long	m_ActorID; 
	CString	m_FirstName; 
	CString	m_LastName; 
	//}}AFX_FIELD 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDAOTHREADSet) 
	public: 
	virtual CString GetDefaultDBName();		// REVIEW:  Get a comment here 
	virtual CString GetDefaultSQL(); 	// default SQL for Recordset 
	virtual void DoFieldExchange(CDaoFieldExchange* pFX);	// RFX support 
	//}}AFX_VIRTUAL 
 
// Implementation 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DAOTHREADSET_H__A67D95D2_9E31_11D2_AAB9_00609736E3F6__INCLUDED_)