PersonRS.h
Upload User: bjvcxy
Upload Date: 2021-05-06
Package Size: 2054k
Code Size: 1k
Development Platform:

Visual C++

  1. #if !defined(AFX_PERSONRS_H__38619022_ABFA_11D6_8649_0088CC174723__INCLUDED_)
  2. #define AFX_PERSONRS_H__38619022_ABFA_11D6_8649_0088CC174723__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PersonRS.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPersonRS recordset
  10. class CPersonRS : public CRecordset
  11. {
  12. public:
  13. CPersonRS(CDatabase* pDatabase = NULL);
  14. DECLARE_DYNAMIC(CPersonRS)
  15. // Field/Param Data
  16. //{{AFX_FIELD(CPersonRS, CRecordset)
  17. CString m_ID;
  18. CString m_PASSWD;
  19. CString m_AUTHORITY;
  20. CString m_NAME;
  21. CString m_SEX;
  22. CTime m_BIRTHDAY;
  23. CString m_DEPARTMENT;
  24. CString m_JOB;
  25. CString m_EDU_LEVEL;
  26. CString m_SPECIALTY;
  27. CString m_ADDRESS;
  28. CString m_TEL;
  29. CString m_EMAIL;
  30. CString m_STATE;
  31. CString m_REMARK;
  32. //}}AFX_FIELD
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CPersonRS)
  36. public:
  37. virtual CString GetDefaultConnect();    // Default connection string
  38. virtual CString GetDefaultSQL();    // Default SQL for Recordset
  39. virtual void DoFieldExchange(CFieldExchange* pFX);  // RFX support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_PERSONRS_H__38619022_ABFA_11D6_8649_0088CC174723__INCLUDED_)