UserSet.h
资源名称:school.rar [点击查看]
上传用户:rs600066
上传日期:2017-10-16
资源大小:4788k
文件大小:1k
源码类别:
数据库系统
开发平台:
Visual C++
- #if !defined(AFX_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_)
- #define AFX_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // UserSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CUserSet recordset
- class CUserSet : public CRecordset
- {
- public:
- CUserSet(CDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CUserSet)
- // Field/Param Data
- //{{AFX_FIELD(CUserSet, CRecordset)
- CString m_user;
- CString m_passwd;
- BOOL m_isadmin;
- //}}AFX_FIELD
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CUserSet)
- public:
- virtual CString GetDefaultConnect(); // Default connection string
- virtual CString GetDefaultSQL(); // Default SQL for Recordset
- 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_USERSET_H__86DA70F6_C26B_41CC_B2B4_C6F58086D52F__INCLUDED_)