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

Visual C++

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