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


#if !defined(AFX_OTHERSET_H__C562A0C4_9E3B_11D2_AAB9_00609736E3F6__INCLUDED_) 
#define AFX_OTHERSET_H__C562A0C4_9E3B_11D2_AAB9_00609736E3F6__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
// OtherSet.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// COtherSet DAO recordset 
 
class COtherSet : public CMultiDaoRecordSet 
{ 
public: 
	COtherSet(CDaoDatabase* pDatabase = NULL); 
	DECLARE_DYNAMIC(COtherSet) 
 
// Field/Param Data 
	//{{AFX_FIELD(COtherSet, CDaoRecordset) 
	CString	m_Argument; 
	short	m_Command; 
	short	m_ItemNumber; 
	CString	m_ItemText; 
	long	m_SwitchboardID; 
	//}}AFX_FIELD 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(COtherSet) 
	public: 
	virtual CString GetDefaultDBName();		// Default database name 
	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_OTHERSET_H__C562A0C4_9E3B_11D2_AAB9_00609736E3F6__INCLUDED_)