UserSet.h
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_)
  2. #define AFX_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UserSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CUserSet recordset
  10. class CUserSet : public CRecordset
  11. {
  12. public:
  13. CUserSet(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CUserSet)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CUserSet, CRecordset)
  17. CString m_user;
  18. CString m_passwd;
  19. BOOL m_isadmin;
  20. //}}AFX_FIELD
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CUserSet)
  24. public:
  25. virtual CString GetDefaultConnect();    // Default connection string
  26. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  27. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. #ifdef _DEBUG
  31. virtual void AssertValid() const;
  32. virtual void Dump(CDumpContext& dc) const;
  33. #endif
  34. };
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_)