home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_CATEGORYSET_H__29E6CFFB_841F_11D1_88FB_00A0C9050951__INCLUDED_)
- #define AFX_CATEGORYSET_H__29E6CFFB_841F_11D1_88FB_00A0C9050951__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // CategorySet.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CCategorySet DAO recordset
-
- class CCategorySet : public CDaoRecordset
- {
- public:
- CCategorySet(CDaoDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CCategorySet)
-
- // Field/Param Data
- //{{AFX_FIELD(CCategorySet, CDaoRecordset)
- CString m_Category;
- //}}AFX_FIELD
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCategorySet)
- 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_CATEGORYSET_H__29E6CFFB_841F_11D1_88FB_00A0C9050951__INCLUDED_)
-