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

Visual C++

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